bot-brother icon indicating copy to clipboard operation
bot-brother copied to clipboard

Node.js framework for telegram bots

Results 12 bot-brother issues
Sort by recently updated
recently updated
newest added

Hi, thanks for job. Dependance "botanio" is outdated. Service is down as write in readme of this dependance, "This service will be shut down on 25th May 2018". `npm audit...

on original [node-telegram-bot-api](https://github.com/yagop/node-telegram-bot-api) there is a listener for "inline_query", is there a way to work with inline_query in current version of bot_brother?

Is there currently a way to match any regular expression and pick-up text that isn't an answer to a current session ? I don't see a way to do an...

request_contact: true in the node-telegram-bot-api?

Is it possible to handle all rejections at the same time using one method?

https://github.com/SerjoPepper/bot-brother/blob/c3387274326e2cb62097f5f6b867eeba92cf6576/src/context.coffee#L28 Currently reads `@property {Object} command object tha represent current command. Has follow fields: name, args, type. Where type is 'answer' or 'invoke'` Might read better as `@property {Object} command...

[Template Literal](https://github.com/Drulac/template-literal) is fastest, smallest and simplest template engine, because it use JS's literal template feature. It's 55 times faster than EJS, and it also use less CPU and RAM...

Использование context.inlineKeyboard не дает никаких результатов, кроме ошибки в консоле сразу же после отправки сообщения `UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: 400 {"ok":false,"error_code":400,"description":"Bad Request: message can't be edited"}...

I try use your awesome framework to build a simple test on heroku and I received this error on deploy: ``` webhook res: undefined ``` index.js ``` var bb =...

``` bot.command('round').keyboard(...).answer(function (ctx) { ... }); ``` doesn't work. Is it possible to have this enabled? I don't necessarily have to send a message before every a command. Specifically, when...