node-telegram-bot-api
node-telegram-bot-api copied to clipboard
Telegram Bot API for NodeJS
- [x] All tests pass - [x] I have run `npm run doc` ### Description This PR try to solve the issue with the error "Message too long" when sending...
Is there a way to use the testing environment as described in the [official documentation](https://core.telegram.org/bots/webapps#using-bots-in-the-test-environment)? Thank you
so, i want to make user input, so, when user send file, and then bot download the file by getting the link attachment but how?
I can't edit message after sending message that have `{remove_keyboard : true}`. Without ` "reply_markup": {remove_keyboard : true} ` my code works. Why?? ``` bot.sendMessage(chatId, "loading...", { parse_mode: "HTML", "reply_markup":...
How is the code to set this when the start starts the user is asked to join the channel first? https://api.telegram.org/bot[TOKEN]/getChatMember?chat_id=@[channelname]&user_id=[user_id This is my start code ``` bot.start(async(ctx)=>{ msg =...
> 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 ### Actual Behavior ### Steps to...
> Whenever inline button clicked by user call back query send duplicate messages so what type of changes I need to do to `not` send duplicate messages. ` movieRatingList.map((movie, idx)...
- [X] All tests pass - [X] I have run `npm run doc` - [ ] Working in progress ⛑️ ## TODO - [ ] Resolve problem of using "entities"...
I am using the latest version of the library. ### Expected Behavior This has to handle `http://dl.nex1music.ir/1396/07/03/Mohsen%20Salehi%20-%20Bigharari.mp3` URL, but gives an error. The given URL works out of the library...
Hello everybody, I'm new to telegram and to node.js. I'm doing a bot in which a user can notify and event that will be store in a mongo database.Every user...