Expand description
Β§mirishita_info_bot
This is a Telegram bot written with the help of workers-rs and telegram-bot-raw.
The data source is Matsurihi.meβs Princess.
You can play with the bot at Telegram @mirishita_info_bot.
It may also bring about some inspiration for anyone who want to run a telegram bot written with Rust on Cloudflare Workers.
For bot command documentaion, see cmd.
ModulesΒ§
- _worker_
fetch π - callback_
types πDefinitions for callbacks. - cmd πCommands for the bot.
- Constants for the bot.
- handler πVarious handlers.
- This is the bindings and typings from Matsurihime.
- The part used to communicate with Telegram.
- types π
- Utility functions.
FunctionsΒ§
- handle_
callback πThe callbackQuery handler. - handle_
message πThe message handler. - The entrypoint to the script.