OS
Size: a a a
OS
i
i
i
W
i
DS
DS
W
DS
DS
ТК
DS
JD
ТК
SB
SB
app.on('callback_query', async (ctx, next) => {
ctx.answerCbQuery();
if (ctx.update.callback_query.data === 'english') {
ctx.i18n.locale('en');
return ctx.editMessageText(ctx.i18n.t('start'), keyboards.main.en);
} if (ctx.update.callback_query.data === 'russian') {
ctx.i18n.locale('ru');
return ctx.editMessageText(ctx.i18n.t('start'), keyboards.main.ru);
}
next();
});
SB
UnhandledPromiseRejectionWarning: Error: 400: Bad Request: inline keyboard expected
i
SB
replyWithHTML
работает