tbot 0.2.2

Make cool Telegram bots with Rust easily.
Documentation
message_base! {
    struct DeletedChatPhoto { } -> EventLoop::deleted_chat_photo

    fn new() -> Self {
        Self {}
    }
}