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 mut CHATSTATISTICS

source§

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

Implementors§