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

Send action to a chat.

Required Methods

Implementors