Trait telbot_types::TelegramMethod[][src]

pub trait TelegramMethod {
    type Response: DeserializeOwned;
    fn name() -> &'static str;
}

Associated Types

Required methods

Implementors