Expand description
Telegram bot API client, built upon hyper.
You can import related types from types module, build a request,
send it to the Telegram server, and get a response.
Sending request will be done with Api::send_json and Api::send_file methods.
Re-exports§
pub use telbot_types as types;
Structs§
- Api
- Telegram API requester.
Enums§
- Error
- Error that can occur while requesting and responding to the server.