telegram-bot-fork-raw 0.7.8

Telegram Bot API types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[macro_use]

pub mod callback_query;
pub mod chat;
pub mod chat_member;
pub mod message;
pub mod primitive;
pub mod refs;
pub mod reply_markup;
pub mod response_parameters;
pub mod update;

pub use self::{
    callback_query::*, chat::*, chat_member::*, message::*, primitive::*, refs::*, reply_markup::*,
    response_parameters::*, update::*,
};