Struct tg_flows::MessageVideoChatStarted
source · pub struct MessageVideoChatStarted {
pub video_chat_started: VideoChatStarted,
}Fields§
§video_chat_started: VideoChatStartedService message: video chat started.
Trait Implementations§
source§impl Clone for MessageVideoChatStarted
impl Clone for MessageVideoChatStarted
source§fn clone(&self) -> MessageVideoChatStarted
fn clone(&self) -> MessageVideoChatStarted
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 MessageVideoChatStarted
impl Debug for MessageVideoChatStarted
source§impl<'de> Deserialize<'de> for MessageVideoChatStarted
impl<'de> Deserialize<'de> for MessageVideoChatStarted
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
source§impl PartialEq<MessageVideoChatStarted> for MessageVideoChatStarted
impl PartialEq<MessageVideoChatStarted> for MessageVideoChatStarted
source§fn eq(&self, other: &MessageVideoChatStarted) -> bool
fn eq(&self, other: &MessageVideoChatStarted) -> bool
This method tests for
self and other values to be equal, and is used
by ==.