node-telegram-bot-api
node-telegram-bot-api copied to clipboard
Telegram Bot API for NodeJS
> 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 want to send a file...
- [x] All tests pass - [x] I have run `npm run doc` ### Description So that you don't have to constantly export environment variables and be able to change...
- [ ] All tests pass (I did't run tests since I have no payment provider token yet) - [x] I have run `npm run doc` ### Description As Bot...
Hey! WebApp opens and displays content if open it through the PC, but not via phone. When I open it on my phone, I get a blank page. `"node-telegram-bot-api": "^0.61.0",`...
> Question i was writing a telegram bot, when user click the inline button, i want to chenge the button text. for example: the original buttion text is 'address_1', when...
> Question TelegramError: ETELEGRAM: 403 Forbidden: bot can't initiate conversation with a user Sometime this error message will popup and have long error message, where can i handling it? 
Question: bot.onText basically returns back the message argument and other true/false argument. The message argument only contains the data of message which has .from and .chat while .from containing the...
> Question im using inline keyboard and and im displaying the buttons without any issue, also im can see the callbackquery data in my console but i want to replay...
Hello, I'm trying to send an audio file, but it takes a long time to send a file that only weighs 2MB, I thought it was my internet connection but...
The files which are sent to the bot, are empty when downloaded using the downloadFile() function, but when I manually click on the URL, it downloads the file with the...