[][src]Trait telebot::functions::FunctionSendAction

pub trait FunctionSendAction {
    fn chat_action(
        &self,
        _chat_id: Integer,
        _action: String
    ) -> WrapperSendAction; }

Required methods

fn chat_action(&self, _chat_id: Integer, _action: String) -> WrapperSendAction

Loading content...

Implementors

impl FunctionSendAction for RequestHandle[src]

Loading content...