pub trait TDPublicChatType: Debug + RObject { }
Expand description

Describes a type of public chats

Implementations on Foreign Types§

source§

impl<'a, PUBLICCHATTYPE: TDPublicChatType> TDPublicChatType for &'a PUBLICCHATTYPE

source§

impl<'a, PUBLICCHATTYPE: TDPublicChatType> TDPublicChatType for &'a mut PUBLICCHATTYPE

Implementors§