Trait rust_tdlib::types::TDChatStatistics[][src]

pub trait TDChatStatistics: Debug + RObject { }
Expand description

Contains a detailed statistics about a chat

Implementations on Foreign Types

impl<'a, CHATSTATISTICS: TDChatStatistics> TDChatStatistics for &'a CHATSTATISTICS[src]

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

Implementors