telebot icon indicating copy to clipboard operation
telebot copied to clipboard

The easy way to write Telegram bots in Node.js

Results 94 telebot issues
Sort by recently updated
recently updated
newest added

Added [copyMessage](https://core.telegram.org/bots/api#copymessage) method

Hello, I am sending photo using `bot.sendPhoto` method. After some time I want to edit the photo. I found a method `editMessageMedia` but there is no example how to use...

At the moment the only way I know how to operate a bot is through webhook. Telebot sounds awesome. I wonder if there is any example on how to make...

Hello, I have developed a bot with your framework. My bot reacts fast, but sometimes no New Messages are sent to the bot till i restart the bot . My...

I see you are still working on v2 but transition is hard without any docs and the examples are also not helpfull.

do i run telebot node.js version on [auto.js](https://github.com/hyb1996/Auto.js) environment https://github.com/hyb1996/Auto.js

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

I want to host the bot on heroku whose app_url is set as webhook. But i don't see anything that can tell me how i can configure telebot to work...

Help please. What am I doing wrong? Error: Bad Request: expected an Array of InputMedia const zz = [ { type: 'photo', media: 'https://web.ru/spec/salon/z1.jpg' }, { type: 'photo', media: 'https://web.ru/spec/salon/z2.jpg'...