pub trait TDChatSource: Debug + RObject { }
Expand description

Describes a reason why an external chat is shown in a chat list

Implementations on Foreign Types§

source§

impl<'a, CHATSOURCE: TDChatSource> TDChatSource for &'a CHATSOURCE

source§

impl<'a, CHATSOURCE: TDChatSource> TDChatSource for &'a mut CHATSOURCE

Implementors§