tgbot 0.44.0

A Telegram Bot library
Documentation
pub use mime;

pub use self::{
    background::*,
    bot::*,
    business::*,
    callback::*,
    chat::*,
    checklist::*,
    color::*,
    contact::*,
    dice::*,
    file::*,
    forum::*,
    game::*,
    gift::*,
    giveaway::*,
    inline_mode::*,
    input::*,
    link::*,
    location::*,
    media::*,
    menu::*,
    message::*,
    passport::*,
    payment::*,
    poll::*,
    primitive::*,
    reaction::*,
    reply::*,
    response::*,
    sticker::*,
    story::*,
    suggested_post::*,
    text::*,
    update::*,
    user::*,
    venue::*,
    verification::*,
    web_app::*,
    webhook::*,
};

mod background;
mod bot;
mod business;
mod callback;
mod chat;
mod checklist;
mod color;
mod contact;
mod dice;
mod file;
mod forum;
mod game;
mod gift;
mod giveaway;
mod inline_mode;
mod input;
mod link;
mod location;
mod media;
mod menu;
mod message;
mod passport;
mod payment;
mod poll;
mod primitive;
mod reaction;
mod reply;
mod response;
mod sticker;
mod story;
mod suggested_post;
mod text;
mod update;
mod user;
mod venue;
mod verification;
mod web_app;
mod webhook;