pub struct InviteToGroupCall {
pub call: InputGroupCall,
pub users: Vec<InputUser>,
}Expand description
Generated from:
phone.inviteToGroupCall#7b393160 call:InputGroupCall users:Vector<InputUser> = UpdatesFields§
§call: InputGroupCall§users: Vec<InputUser>Trait Implementations§
Source§impl Clone for InviteToGroupCall
impl Clone for InviteToGroupCall
Source§fn clone(&self) -> InviteToGroupCall
fn clone(&self) -> InviteToGroupCall
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 InviteToGroupCall
impl Debug for InviteToGroupCall
Source§impl Identifiable for InviteToGroupCall
impl Identifiable for InviteToGroupCall
Source§const CONSTRUCTOR_ID: u32 = 0x7b393160
const CONSTRUCTOR_ID: u32 = 0x7b393160
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InviteToGroupCall
impl PartialEq for InviteToGroupCall
Source§impl RemoteCall for InviteToGroupCall
impl RemoteCall for InviteToGroupCall
Source§impl Serializable for InviteToGroupCall
impl Serializable for InviteToGroupCall
impl StructuralPartialEq for InviteToGroupCall
Auto Trait Implementations§
impl Freeze for InviteToGroupCall
impl RefUnwindSafe for InviteToGroupCall
impl Send for InviteToGroupCall
impl Sync for InviteToGroupCall
impl Unpin for InviteToGroupCall
impl UnsafeUnpin for InviteToGroupCall
impl UnwindSafe for InviteToGroupCall
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