Struct rust_tdlib::types::UpdateChatOnlineMemberCount [−][src]
pub struct UpdateChatOnlineMemberCount { /* fields omitted */ }Expand description
The number of online group members has changed. This update with non-zero count is sent only for currently opened chats. There is no guarantee that it will be sent just after the count has changed
Implementations
Trait Implementations
Performs the conversion.
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for UpdateChatOnlineMemberCountimpl Send for UpdateChatOnlineMemberCountimpl Sync for UpdateChatOnlineMemberCountimpl Unpin for UpdateChatOnlineMemberCountimpl UnwindSafe for UpdateChatOnlineMemberCountBlanket Implementations
Mutably borrows from an owned value. Read more