Struct tdlib::types::UpdateChatUnreadMentionCount
source · Expand description
The chat unread_mention_count has changed
Fields§
§chat_id: i64
Chat identifier
unread_mention_count: i32
The number of unread mention messages left in the chat
Trait Implementations§
source§impl Clone for UpdateChatUnreadMentionCount
impl Clone for UpdateChatUnreadMentionCount
source§fn clone(&self) -> UpdateChatUnreadMentionCount
fn clone(&self) -> UpdateChatUnreadMentionCount
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateChatUnreadMentionCount
impl Debug for UpdateChatUnreadMentionCount
source§impl Default for UpdateChatUnreadMentionCount
impl Default for UpdateChatUnreadMentionCount
source§fn default() -> UpdateChatUnreadMentionCount
fn default() -> UpdateChatUnreadMentionCount
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdateChatUnreadMentionCount
impl<'de> Deserialize<'de> for UpdateChatUnreadMentionCount
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more