node-telegram-bot-api-tutorial icon indicating copy to clipboard operation
node-telegram-bot-api-tutorial copied to clipboard

node-telegram-bot-api tutorial

Results 9 node-telegram-bot-api-tutorial issues
Sort by recently updated
recently updated
newest added

Hi, guys. I created a 'bot' in Telegram and added it to the group as an admin. Today I read the documentation and only teaches how to interact with the...

How do I compile a deleteMessage? Please teach me how to compose this deleteMessage ,Thanks my email: [email protected]

Hi, My bot does work on bot chat when we send message to it perfectly, but here is the issue: When I send message in my channel (which my bot...

Shortly: Is it possible to move `bot.onText` and others `bot.on` event listeners to another JS file? Making some structure, when few related commands(even listeners) will be placed in one file,...

Hello and thank you for you amazing work. I love this repo: it allowed me, even if I was new to NodeJS, to create a Telegram Bot that I successfully...

how can I reply with the web app button of the bot? ``` const results = JSON.stringify([ { type: "article", id: "1", title: "Echo: " + queryText, input_message_content: { message_text:...

I wonder what is the role of the polling argument.

Hi, Im writing a code in node js, using the "node-telegram-bot-api" library version"^0.64.0". Im using the sendPhoto method... to send a photo... and in the caption im trying to do...