Struct tdlib::types::UpdateChatVideoChat
source · Expand description
A chat video chat state has changed
Fields§
§chat_id: i64
Chat identifier
video_chat: VideoChat
New value of video_chat
Trait Implementations§
source§impl Clone for UpdateChatVideoChat
impl Clone for UpdateChatVideoChat
source§fn clone(&self) -> UpdateChatVideoChat
fn clone(&self) -> UpdateChatVideoChat
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 UpdateChatVideoChat
impl Debug for UpdateChatVideoChat
source§impl<'de> Deserialize<'de> for UpdateChatVideoChat
impl<'de> Deserialize<'de> for UpdateChatVideoChat
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