pub struct GetReplies {
pub peer: InputPeer,
pub msg_id: i32,
pub offset_id: i32,
pub offset_date: i32,
pub add_offset: i32,
pub limit: i32,
pub max_id: i32,
pub min_id: i32,
pub hash: i64,
}Expand description
Generated from:
messages.getReplies#22ddd30c peer:InputPeer msg_id:int offset_id:int offset_date:int add_offset:int limit:int max_id:int min_id:int hash:long = messages.MessagesFields§
§peer: InputPeer§msg_id: i32§offset_id: i32§offset_date: i32§add_offset: i32§limit: i32§max_id: i32§min_id: i32§hash: i64Trait Implementations§
Source§impl Clone for GetReplies
impl Clone for GetReplies
Source§fn clone(&self) -> GetReplies
fn clone(&self) -> GetReplies
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 GetReplies
impl Debug for GetReplies
Source§impl Identifiable for GetReplies
impl Identifiable for GetReplies
Source§const CONSTRUCTOR_ID: u32 = 0x22ddd30c
const CONSTRUCTOR_ID: u32 = 0x22ddd30c
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetReplies
impl PartialEq for GetReplies
Source§impl RemoteCall for GetReplies
impl RemoteCall for GetReplies
Source§impl Serializable for GetReplies
impl Serializable for GetReplies
impl StructuralPartialEq for GetReplies
Auto Trait Implementations§
impl Freeze for GetReplies
impl RefUnwindSafe for GetReplies
impl Send for GetReplies
impl Sync for GetReplies
impl Unpin for GetReplies
impl UnsafeUnpin for GetReplies
impl UnwindSafe for GetReplies
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