pub struct DeleteConferenceCallParticipants {
pub only_left: bool,
pub kick: bool,
pub call: InputGroupCall,
pub ids: Vec<i64>,
pub block: Vec<u8>,
}Expand description
phone.deleteConferenceCallParticipants
Generated from:
phone.deleteConferenceCallParticipants#8ca60525 flags:# only_left:flags.0?true kick:flags.1?true call:InputGroupCall ids:Vector<long> block:bytes = UpdatesFields§
§only_left: bool§kick: bool§call: InputGroupCall§ids: Vec<i64>§block: Vec<u8>Trait Implementations§
Source§impl Clone for DeleteConferenceCallParticipants
impl Clone for DeleteConferenceCallParticipants
Source§fn clone(&self) -> DeleteConferenceCallParticipants
fn clone(&self) -> DeleteConferenceCallParticipants
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 Identifiable for DeleteConferenceCallParticipants
impl Identifiable for DeleteConferenceCallParticipants
Source§const CONSTRUCTOR_ID: u32 = 0x8ca60525
const CONSTRUCTOR_ID: u32 = 0x8ca60525
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteConferenceCallParticipants
impl PartialEq for DeleteConferenceCallParticipants
Source§fn eq(&self, other: &DeleteConferenceCallParticipants) -> bool
fn eq(&self, other: &DeleteConferenceCallParticipants) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteConferenceCallParticipants
Auto Trait Implementations§
impl Freeze for DeleteConferenceCallParticipants
impl RefUnwindSafe for DeleteConferenceCallParticipants
impl Send for DeleteConferenceCallParticipants
impl Sync for DeleteConferenceCallParticipants
impl Unpin for DeleteConferenceCallParticipants
impl UnsafeUnpin for DeleteConferenceCallParticipants
impl UnwindSafe for DeleteConferenceCallParticipants
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