-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
из доков:
// Обработчик события запуска бота
bot.on("bot_started", (ctx) =>
ctx.reply("Привет! Отправь мне команду /ping, чтобы сыграть в пинг-понг")
);
// Обработчик команды '/ping'
bot.command("ping", (ctx) => ctx.reply("pong"));1. Property 'reply' does not exist on type 'never'.
The intersection 'Context<Update> & Context<MessageCreatedUpdate>' was reduced to 'never' because property 'startPayload' has conflicting types in some constituents. [2339]
1. Property 'reply' does not exist on type 'never'.
The intersection 'Context<Update> & Context<BotStartedUpdate>' was reduced to 'never' because property 'messageId' has conflicting types in some constituents. [2339]
связанное issue: #192
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels