Trait TDChatStatistics

Source
pub trait TDChatStatistics: Debug + RObject { }
Expand description

Contains a detailed statistics about a chat

Implementations on Foreign Types§

Source§

impl<'a, CHATSTATISTICS: TDChatStatistics> TDChatStatistics for &'a CHATSTATISTICS

Source§

impl<'a, CHATSTATISTICS: TDChatStatistics> TDChatStatistics for &'a mut CHATSTATISTICS

Implementors§