Trait telebot::functions::FunctionMessage [] [src]

pub trait FunctionMessage {
    fn message(&self, _chat_id: Integer, _text: String) -> WrapperMessage;
}

Required Methods

Implementors