pub struct DeleteGroupCallMessages {
pub report_spam: bool,
pub call: InputGroupCall,
pub messages: Vec<i32>,
}Expand description
Generated from:
phone.deleteGroupCallMessages#f64f54f7 flags:# report_spam:flags.0?true call:InputGroupCall messages:Vector<int> = UpdatesFields§
§report_spam: bool§call: InputGroupCall§messages: Vec<i32>Trait Implementations§
Source§impl Clone for DeleteGroupCallMessages
impl Clone for DeleteGroupCallMessages
Source§fn clone(&self) -> DeleteGroupCallMessages
fn clone(&self) -> DeleteGroupCallMessages
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 DeleteGroupCallMessages
impl Debug for DeleteGroupCallMessages
Source§impl Identifiable for DeleteGroupCallMessages
impl Identifiable for DeleteGroupCallMessages
Source§const CONSTRUCTOR_ID: u32 = 0xf64f54f7
const CONSTRUCTOR_ID: u32 = 0xf64f54f7
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteGroupCallMessages
impl PartialEq for DeleteGroupCallMessages
Source§impl RemoteCall for DeleteGroupCallMessages
impl RemoteCall for DeleteGroupCallMessages
impl StructuralPartialEq for DeleteGroupCallMessages
Auto Trait Implementations§
impl Freeze for DeleteGroupCallMessages
impl RefUnwindSafe for DeleteGroupCallMessages
impl Send for DeleteGroupCallMessages
impl Sync for DeleteGroupCallMessages
impl Unpin for DeleteGroupCallMessages
impl UnsafeUnpin for DeleteGroupCallMessages
impl UnwindSafe for DeleteGroupCallMessages
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