pub struct InternalLinkTypeGroupCall {
pub invite_link: String,
}Expand description
The link is a link to a group call that isn’t bound to a chat. Use getGroupCallParticipants to get the list of group call participants and show them on the join group call screen. Call joinGroupCall with the given invite_link to join the call
Fields§
§invite_link: StringInternal representation of the invite link
Trait Implementations§
Source§impl Clone for InternalLinkTypeGroupCall
impl Clone for InternalLinkTypeGroupCall
Source§fn clone(&self) -> InternalLinkTypeGroupCall
fn clone(&self) -> InternalLinkTypeGroupCall
Returns a duplicate 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 InternalLinkTypeGroupCall
impl Debug for InternalLinkTypeGroupCall
Source§impl Default for InternalLinkTypeGroupCall
impl Default for InternalLinkTypeGroupCall
Source§fn default() -> InternalLinkTypeGroupCall
fn default() -> InternalLinkTypeGroupCall
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalLinkTypeGroupCall
impl<'de> Deserialize<'de> for InternalLinkTypeGroupCall
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
impl StructuralPartialEq for InternalLinkTypeGroupCall
Auto Trait Implementations§
impl Freeze for InternalLinkTypeGroupCall
impl RefUnwindSafe for InternalLinkTypeGroupCall
impl Send for InternalLinkTypeGroupCall
impl Sync for InternalLinkTypeGroupCall
impl Unpin for InternalLinkTypeGroupCall
impl UnsafeUnpin for InternalLinkTypeGroupCall
impl UnwindSafe for InternalLinkTypeGroupCall
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more