pub trait CanSendChatAction {
// Required method
fn chat_action(&self, action: ChatAction) -> SendChatAction;
}Expand description
Send action to a chat.
pub trait CanSendChatAction {
// Required method
fn chat_action(&self, action: ChatAction) -> SendChatAction;
}Send action to a chat.