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

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

answerCallbackQuery interface changed since this example was updated.

so i keep trying testing the Inline button callback but all is in vain i tyred the [keyboard.js](https://github.com/mullwar/telebot/blob/master/examples/keyboard.js) example and didn't work to idk what i have to do to...

Hi guys! I'm very new to this world, but I was thinking this bot might be able to do what I'm looking for. I have another bot which sends me...

when i used the edit-markup.js in the examples it gives me : [bot.error.event] TypeError: Cannot read property 'message_id' of undefined at D:\xyz\test.js:47:47 at processTicksAndRejections (internal/process/task_queues.js:93:5) at async Promise.all (index 0)

How i can do this in Telebot ? and how to make a code, that while the user not in the channel and keep talking to the bot the bot...

I want to 1- log (date, user name,chatid, first name, last name) for every message that a user sends and if it possible it be in a spreadsheet 2- store...

### bot.sendMessage is not a function Hi all, probably is a problem with my entry level of Javascript. I made a module with a sample code for webhook bot: ```js...

I was wondering if someone has already used [Winston](https://github.com/winstonjs/winston) as a Telebot's logger middleware, because I'm not sure of the best way to do it: as a plugin, modifier, or...