telebot
telebot copied to clipboard
Add game support
Support playing games with a Telegram bot. In order to do this, you need to
- Add missing objects/functions to objects.rs/functions.rs
- Include some nice wrapper to create a game
- Add an example to examples/
- [x] Add support for games
- [ ] Write an example to show a usecase