pub struct MessageActionInviteToGroupCall {
pub call: InputGroupCall,
pub users: Vec<i64>,
}Expand description
Read messageActionInviteToGroupCall docs.
Generated from the following TL definition:
messageActionInviteToGroupCall#502f92f7 call:InputGroupCall users:Vector<long> = MessageActionFields§
§call: InputGroupCall§users: Vec<i64>Trait Implementations§
Source§impl Clone for MessageActionInviteToGroupCall
impl Clone for MessageActionInviteToGroupCall
Source§fn clone(&self) -> MessageActionInviteToGroupCall
fn clone(&self) -> MessageActionInviteToGroupCall
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 From<MessageActionInviteToGroupCall> for MessageAction
impl From<MessageActionInviteToGroupCall> for MessageAction
Source§fn from(x: MessageActionInviteToGroupCall) -> Self
fn from(x: MessageActionInviteToGroupCall) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageActionInviteToGroupCall
impl Identifiable for MessageActionInviteToGroupCall
Source§const CONSTRUCTOR_ID: u32 = 1345295095
const CONSTRUCTOR_ID: u32 = 1345295095
The unique identifier for the type.
Source§impl PartialEq for MessageActionInviteToGroupCall
impl PartialEq for MessageActionInviteToGroupCall
Source§fn eq(&self, other: &MessageActionInviteToGroupCall) -> bool
fn eq(&self, other: &MessageActionInviteToGroupCall) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MessageActionInviteToGroupCall
Auto Trait Implementations§
impl Freeze for MessageActionInviteToGroupCall
impl RefUnwindSafe for MessageActionInviteToGroupCall
impl Send for MessageActionInviteToGroupCall
impl Sync for MessageActionInviteToGroupCall
impl Unpin for MessageActionInviteToGroupCall
impl UnsafeUnpin for MessageActionInviteToGroupCall
impl UnwindSafe for MessageActionInviteToGroupCall
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