K{
Size: a a a
K{
ВК
K{
КК
const Markup = require('telegraf/markup');
const keyboard = Markup.inlineKeyboard([
Markup.urlButton('❤️', 'http://telegraf.js.org'),
Markup.callbackButton('Delete', 'delete')
]);
const bot = new Telegraf(process.env.BOT_TOKEN);
bot.start((ctx) => ctx.reply('Hello', Extra.markup(keyboard)));
bot.launch()
;КК
ВК
IS
КК
КК
AS
D
ВК
ВК
КК
ВК
ВК
КК
ВК