wiki search people tested pipeline
This commit is contained in:
14
sandbox/tgbot/node_modules/grammy/out/mod.d.ts
generated
vendored
Normal file
14
sandbox/tgbot/node_modules/grammy/out/mod.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export { Bot, type BotConfig, BotError, type ErrorHandler, type PollingOptions, } from "./bot.js";
|
||||
export { InputFile } from "./types.js";
|
||||
export { type CallbackQueryContext, type ChatTypeContext, type ChosenInlineResultContext, type CommandContext, Context, type GameQueryContext, type HearsContext, type InlineQueryContext, type ReactionContext, } from "./context.js";
|
||||
export * from "./convenience/constants.js";
|
||||
export * from "./convenience/inline_query.js";
|
||||
export * from "./convenience/input_media.js";
|
||||
export * from "./convenience/keyboard.js";
|
||||
export * from "./convenience/session.js";
|
||||
export * from "./convenience/webhook.js";
|
||||
export { type CallbackQueryMiddleware, type ChatTypeMiddleware, type CommandMiddleware, Composer, type GameQueryMiddleware, type HearsMiddleware, type InlineQueryMiddleware, type Middleware, type MiddlewareFn, type MiddlewareObj, type NextFunction, type ReactionMiddleware, } from "./composer.js";
|
||||
export { type Filter, type FilterQuery, matchFilter } from "./filter.js";
|
||||
export { Api } from "./core/api.js";
|
||||
export { type ApiCallFn, type ApiClientOptions, type RawApi, type TransformableApi, type Transformer, type WebhookReplyEnvelope, } from "./core/client.js";
|
||||
export { GrammyError, HttpError } from "./core/error.js";
|
||||
Reference in New Issue
Block a user