Struct botapi::gen_types::VideoChatParticipantsInvited
source · pub struct VideoChatParticipantsInvited { /* private fields */ }Expand description
This object represents a service message about new members invited to a video chat.
Implementations§
source§impl VideoChatParticipantsInvited
impl VideoChatParticipantsInvited
pub fn noskip(self) -> NoSkipVideoChatParticipantsInvited
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 Default for VideoChatParticipantsInvited
impl Default for VideoChatParticipantsInvited
source§fn default() -> VideoChatParticipantsInvited
fn default() -> VideoChatParticipantsInvited
Returns the “default value” for a type. Read more
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 From<NoSkipVideoChatParticipantsInvited> for VideoChatParticipantsInvited
impl From<NoSkipVideoChatParticipantsInvited> for VideoChatParticipantsInvited
source§fn from(t: NoSkipVideoChatParticipantsInvited) -> Self
fn from(t: NoSkipVideoChatParticipantsInvited) -> Self
Converts to this type from the input type.
source§impl Into<NoSkipVideoChatParticipantsInvited> for VideoChatParticipantsInvited
impl Into<NoSkipVideoChatParticipantsInvited> for VideoChatParticipantsInvited
source§fn into(self) -> NoSkipVideoChatParticipantsInvited
fn into(self) -> NoSkipVideoChatParticipantsInvited
Converts this type into the (usually inferred) input type.