actix-telegram 0.0.5

telegram bot api lib based on actix
1
2
3
4
5
use crate::types::User;

#[derive(Serialize, Debug, TelegramApi)]
#[return_type = "User"]
pub struct GetMe;