pub trait TDChatType: Debug + RObject { }
Expand description

Describes the type of a chat

Implementations on Foreign Types§

source§

impl<'a, CHATTYPE: TDChatType> TDChatType for &'a mut CHATTYPE

source§

impl<'a, CHATTYPE: TDChatType> TDChatType for &'a CHATTYPE

Implementors§