Crate telegram_api_rs2

source ·
Expand description

This library offers the possibility to access the Telegram Bot API from Rust.
It is designed to change as little as possible from the well documented Telegram Bot API.
To learn more about the individual types and methods, please visit Telegram Bot API.
The issue tracker is located on Github

Modules

These macros are only used to create all objects easily as well as simplifying testing and creating methods.
This module contains all available methods to use the Bot API
To get started, you first have to create a bot
This module contains all available types to use the Bot API
All types have functions to create them from_json

Macros