pub struct DeleteQuickReplyMessages {
pub shortcut_id: i32,
pub id: Vec<i32>,
}Expand description
messages.deleteQuickReplyMessages
Generated from:
messages.deleteQuickReplyMessages#e105e910 shortcut_id:int id:Vector<int> = UpdatesFields§
§shortcut_id: i32§id: Vec<i32>Trait Implementations§
Source§impl Clone for DeleteQuickReplyMessages
impl Clone for DeleteQuickReplyMessages
Source§fn clone(&self) -> DeleteQuickReplyMessages
fn clone(&self) -> DeleteQuickReplyMessages
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 DeleteQuickReplyMessages
impl Debug for DeleteQuickReplyMessages
Source§impl Identifiable for DeleteQuickReplyMessages
impl Identifiable for DeleteQuickReplyMessages
Source§const CONSTRUCTOR_ID: u32 = 0xe105e910
const CONSTRUCTOR_ID: u32 = 0xe105e910
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteQuickReplyMessages
impl PartialEq for DeleteQuickReplyMessages
impl StructuralPartialEq for DeleteQuickReplyMessages
Auto Trait Implementations§
impl Freeze for DeleteQuickReplyMessages
impl RefUnwindSafe for DeleteQuickReplyMessages
impl Send for DeleteQuickReplyMessages
impl Sync for DeleteQuickReplyMessages
impl Unpin for DeleteQuickReplyMessages
impl UnsafeUnpin for DeleteQuickReplyMessages
impl UnwindSafe for DeleteQuickReplyMessages
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