[][src]Trait tg_botapi::TgMethod

pub trait TgMethod {
    type ResponseType;

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

Associated Types

Loading content...

Associated Constants

const PATH: &'static str

const USE_MULTIPART: bool

Loading content...

Implementors

impl TgMethod for AnswerInlineQuery[src]

impl TgMethod for ForwardMessage[src]

impl TgMethod for GetMe[src]

impl TgMethod for GetUpdates[src]

impl TgMethod for SendAnimation[src]

impl TgMethod for SendAudio[src]

impl TgMethod for SendDocument[src]

impl TgMethod for SendLocation[src]

impl TgMethod for SendMessage[src]

impl TgMethod for SendPhoto[src]

impl TgMethod for SendVideo[src]

impl TgMethod for SendVideoNote[src]

impl TgMethod for SendVoice[src]

Loading content...