bytesnake / telebot

Write Telegram bots in Rust with Tokio and Futures
Other
212 stars 33 forks source link

Question about more complex commands #82

Open berkus opened 3 years ago

berkus commented 3 years ago

Can telebot work with more complex commands like /edit356 where 356 is variable part?

In the old telebot version i was able to do this via custom processing for commands.