[][src]Trait telebot::functions::FunctionGetMe

pub trait FunctionGetMe {
    fn get_me(&self) -> WrapperGetMe;
}

Required methods

fn get_me(&self) -> WrapperGetMe

Loading content...

Implementors

impl FunctionGetMe for RequestHandle[src]

Loading content...