Trait CanSendChatAction
telegram_bot_raw::requests::send_chat_action
pub trait CanSendChatAction { fn chat_action(&self, action: ChatAction) -> SendChatAction; }
Send action to a chat.
action
fn chat_action(&self, action: ChatAction) -> SendChatAction
impl<C> CanSendChatAction for C where C: ToChatRef,