Trait rust_tdlib::types::TDChatSource[][src]

pub trait TDChatSource: Debug + RObject { }
Expand description

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

Implementations on Foreign Types

impl<'a, CHATSOURCE: TDChatSource> TDChatSource for &'a CHATSOURCE[src]

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

Implementors