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

Node module for creating Telegram bots.

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

Hi all, Is there any way of checking for multiple strings in a single call? Something like when ( new TextCommand('hello' || 'Hello', 'greetingCommand'), GreetingController()) I've tried several things and...

Hi I have this code block in server.js file: ``` const Telegram = require('telegram-node-bot') const tg = new Telegram.Telegram('***********token**************',{ workers:1 }); const pingController = require('./controllers/ping') ,otherwiseController = require('./controllers/otherwise') tg.router.when(new Telegram.TextCommand('/ping','pingCommand'),...

Im trying to make a poll bot with the markup menu but I want to close the that menu when someone replyes, making the menu unaccesible so the oneTimeKeyboard is...

Hi after being done with message received, I want to redirect them to another controller of mine. for example after user sending `/start` , I want to process what was...

How can I get userId, first_name, last_name, etc from $ scope in controller? or is there any way to pass the User object to the controller ?

Hi, Is it me or the link towards the full api reference is dead ? By chance, has someone downloaded the full API ? Thanks 😄

The link (http://nabovyan.xyz/telegram-node-bot/) is down. You can still access throw the internet archive wayback machine, but I think that I would be better if the docs here on github didn't...