[][src]Trait telegram_bot::prelude::CanSendChatAction

pub trait CanSendChatAction {
    pub fn chat_action(&self, action: ChatAction) -> SendChatAction;
}

Send action to a chat.

Required methods

pub fn chat_action(&self, action: ChatAction) -> SendChatAction[src]

Loading content...

Implementors

impl<C> CanSendChatAction for C where
    C: ToChatRef
[src]

Loading content...