pub struct MessageVideoChatParticipantsInvited {
pub video_chat_participants_invited: VideoChatParticipantsInvited,
}Fields§
§video_chat_participants_invited: VideoChatParticipantsInvitedService message: new participants invited to a video chat.
Trait Implementations§
source§impl Clone for MessageVideoChatParticipantsInvited
impl Clone for MessageVideoChatParticipantsInvited
source§fn clone(&self) -> MessageVideoChatParticipantsInvited
fn clone(&self) -> MessageVideoChatParticipantsInvited
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<'de> Deserialize<'de> for MessageVideoChatParticipantsInvited
impl<'de> Deserialize<'de> for MessageVideoChatParticipantsInvited
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<MessageVideoChatParticipantsInvited> for MessageVideoChatParticipantsInvited
impl PartialEq<MessageVideoChatParticipantsInvited> for MessageVideoChatParticipantsInvited
source§fn eq(&self, other: &MessageVideoChatParticipantsInvited) -> bool
fn eq(&self, other: &MessageVideoChatParticipantsInvited) -> bool
This method tests for
self and other values to be equal, and is used
by ==.