tbot 0.5.1

Make cool Telegram bots with Rust easily.
Documentation
1
2
3
4
5
6
7
message_base! {
    struct DeletedChatPhoto { } -> EventLoop::deleted_chat_photo

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