Trait rust_tdlib::types::TDChatAction[][src]

pub trait TDChatAction: Debug + RObject { }
Expand description

Describes the different types of activity in a chat

Implementations on Foreign Types

impl<'a, CHATACTION: TDChatAction> TDChatAction for &'a CHATACTION[src]

impl<'a, CHATACTION: TDChatAction> TDChatAction for &'a mut CHATACTION[src]

Implementors