|
|
@ -11,7 +11,7 @@ const options: TelegramBot.ConstructorOptions = {
|
|
|
|
polling: true,
|
|
|
|
polling: true,
|
|
|
|
request: request_options
|
|
|
|
request: request_options
|
|
|
|
};
|
|
|
|
};
|
|
|
|
const bot = new TelegramBot(keys.TEST_TRANSLATE_REEBOT, options);
|
|
|
|
const bot = new TelegramBot(keys.TRANSLATE_REEBOT, options);
|
|
|
|
const eol = ',,';
|
|
|
|
const eol = ',,';
|
|
|
|
|
|
|
|
|
|
|
|
bot.on('inline_query', async (query: InlineQuery) => {
|
|
|
|
bot.on('inline_query', async (query: InlineQuery) => {
|
|
|
|