telegraf-command-parts icon indicating copy to clipboard operation
telegraf-command-parts copied to clipboard

Command parameters parser middleware for Telegraf

Results 4 telegraf-command-parts issues
Sort by recently updated
recently updated
newest added

Telegraf v4 does not export the `mount` function directly anymore. I tested this change against Telegraf 3.38.0 and 4.0.3. If possible, please double check if it works for you with...

I use the following dependencies: ``` "dependencies": { "dotenv": "^16.0.3", "telegraf": "^4.12.2", "telegraf-command-parts": "^1.0.3" }, "devDependencies": { "nodemon": "^2.0.22" } ``` And use the following code: ``` const { Telegraf...

Hi! I originally created this middleware, however I no longer use or maintain it. I haven't even used telegraf or create Telegram bots in a while. This repo has been...

middleware will throw error on [`const parts = regex.exec(ctx.message.text);`](https://github.com/telegraf/telegraf-command-parts/blob/master/index.js#L7) because not all updates include "message" property, as example if bot added to channel it will get channel_post update without message...