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§
- api_
macros - These macros are only used to create all objects easily as well as simplifying testing and creating methods.
- methods
- This module contains all available methods to use the Bot API To get started, you first have to create a bot
- objects
- This module contains all available types to use the Bot API All types have functions to create them from_json
Macros§
- add_
functionality - add_
functionality_ empty - as_
box_ custom - as_
custom - as_
vec_ custom - as_
vec_ vec_ custom - custom_
default - custom_
from_ json - custom_
push - custom_
url_ encode - expand_
basic_ test - expand_
custom - expand_
custom_ box - expand_
custom_ direct_ bool - expand_
custom_ direct_ i - expand_
custom_ direct_ object - expand_
custom_ option - expand_
custom_ option_ box - expand_
custom_ option_ vec - expand_
custom_ vec - expand_
custom_ vec_ vec - expand_
from - expand_
make_ request_ to_ bool - expand_
make_ request_ to_ message - expand_
parameters_ into_ string - expand_
parameters_ opt_ into_ string - expand_
parameters_ reply_ markup_ into_ string - vec_
to_ json_ array - vec_
vec_ to_ json_ array