Struct tg_flows::VideoChatParticipantsInvited
source · pub struct VideoChatParticipantsInvited {
pub users: Option<Vec<User>>,
}Expand description
This object represents a service message about new members invited to a video chat.
Fields§
§users: Option<Vec<User>>New members that were invited to the video chat
Trait Implementations§
source§impl Clone for VideoChatParticipantsInvited
impl Clone for VideoChatParticipantsInvited
source§fn clone(&self) -> VideoChatParticipantsInvited
fn clone(&self) -> VideoChatParticipantsInvited
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 VideoChatParticipantsInvited
impl Debug for VideoChatParticipantsInvited
source§impl<'de> Deserialize<'de> for VideoChatParticipantsInvited
impl<'de> Deserialize<'de> for VideoChatParticipantsInvited
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 Hash for VideoChatParticipantsInvited
impl Hash for VideoChatParticipantsInvited
source§impl PartialEq<VideoChatParticipantsInvited> for VideoChatParticipantsInvited
impl PartialEq<VideoChatParticipantsInvited> for VideoChatParticipantsInvited
source§fn eq(&self, other: &VideoChatParticipantsInvited) -> bool
fn eq(&self, other: &VideoChatParticipantsInvited) -> bool
This method tests for
self and other values to be equal, and is used
by ==.