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