Skip to main content

TDChatStatistics

Trait TDChatStatistics 

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

Contains a detailed statistics about a chat

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§