pub struct DeleteGroupCallParticipantMessages {
pub report_spam: bool,
pub call: InputGroupCall,
pub participant: InputPeer,
}Expand description
phone.deleteGroupCallParticipantMessages
Generated from:
phone.deleteGroupCallParticipantMessages#1dbfeca0 flags:# report_spam:flags.0?true call:InputGroupCall participant:InputPeer = UpdatesFields§
§report_spam: bool§call: InputGroupCall§participant: InputPeerTrait Implementations§
Source§impl Clone for DeleteGroupCallParticipantMessages
impl Clone for DeleteGroupCallParticipantMessages
Source§fn clone(&self) -> DeleteGroupCallParticipantMessages
fn clone(&self) -> DeleteGroupCallParticipantMessages
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 DeleteGroupCallParticipantMessages
impl Identifiable for DeleteGroupCallParticipantMessages
Source§const CONSTRUCTOR_ID: u32 = 0x1dbfeca0
const CONSTRUCTOR_ID: u32 = 0x1dbfeca0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteGroupCallParticipantMessages
impl PartialEq for DeleteGroupCallParticipantMessages
Source§fn eq(&self, other: &DeleteGroupCallParticipantMessages) -> bool
fn eq(&self, other: &DeleteGroupCallParticipantMessages) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteGroupCallParticipantMessages
Auto Trait Implementations§
impl Freeze for DeleteGroupCallParticipantMessages
impl RefUnwindSafe for DeleteGroupCallParticipantMessages
impl Send for DeleteGroupCallParticipantMessages
impl Sync for DeleteGroupCallParticipantMessages
impl Unpin for DeleteGroupCallParticipantMessages
impl UnsafeUnpin for DeleteGroupCallParticipantMessages
impl UnwindSafe for DeleteGroupCallParticipantMessages
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