Trait tg_botapi::TgMethod[][src]

pub trait TgMethod {
    type ResponseType;

    const PATH: &'static str;
    const USE_MULTIPART: bool;
}

Associated Types

Associated Constants

Implementors