keyboard кнопки?
bot.on(['channel_post', 'edited_channel_post'], async (ctx) => { const message = ctx.channelPost || ctx.editedChannelPost; const keyboard = m.inlineKeyboard([ // ... ]); await ctx.tg.editMessageCaption( message?.chat.id, message?.message_id, undefined, message?.caption, JSON.stringify(keyboard) ); });
Обсуждают сегодня