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

Telegram Bot API for NodeJS

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

> Bug Report I have read: * [Usage information](https://github.com/yagop/node-telegram-bot-api/tree/master/doc/usage.md) * [Help information](https://github.com/yagop/node-telegram-bot-api/tree/master/doc/help.md) I am using the latest version of the library. ### Expected Behavior I tried use Telegram bot throught...

**Hello, I have a problem, I have a huge traffic on bot** ~ 90.000 users per hour. **At this time, when there is a big traffic of users, the bot...

question
general

When I use a test payment, I get a Timeout. I need to finish the script execution. After test payment, I need to get a receipt and also on SuccessfulPayment...

question

#### How to reproduce: my bot initializing: ``` const Agent = require('socks5-https-client/lib/Agent') const TelegramBot = require('node-telegram-bot-api') bot = new TelegramBot(config.tg.token, { polling: true, request: { agentClass: Agent, agentOptions: config.connection.proxy, //...

Searching through the issues, I haven't found any matching my problem. I used Puppeteer to screenshot webpages and send them to users using the bot. But I keep getting this:...

question

### Expected Behavior My bot should just run (like it did before). Using the pattern in this example: https://github.com/yagop/node-telegram-bot-api/blob/master/examples/webhook/express.js ### Actual Behavior Sometimes I got this message before, and usually...

question
investigate

Hello. Please help me. Why this code don't work? Return error "bot.editMessageMedia is not a function". ``` bot.onText(/\/start/, function (msg, match) { var chatId = msg.chat.id; var userId = msg.from.id;...

close-on-next-release
pkg

When I tried to edit the inline keyboard buttons: This error always appears: Unhandled rejection Error: ETELEGRAM: 400 Bad Request: object expected as reply markup My Code: ``` bot.editMessageReplyMarkup(messageID,{ reply_markup:...

question

Hi, there is a way to prevent command flood? That's because when server is slow, a user that write same text multiple times, can break the function by sending all...

I'm setting up multiple bot in one nodejs process. I need help on how to go about this I'm setting webhook for each bot from another application so I'm not...

help wanted
question