pub struct GetDialogs {
pub exclude_pinned: bool,
pub folder_id: Option<i32>,
pub offset_date: i32,
pub offset_id: i32,
pub offset_peer: InputPeer,
pub limit: i32,
pub hash: i64,
}Expand description
Generated from:
messages.getDialogs#a0f4cb4f flags:# exclude_pinned:flags.0?true folder_id:flags.1?int offset_date:int offset_id:int offset_peer:InputPeer limit:int hash:long = messages.DialogsFields§
§exclude_pinned: bool§folder_id: Option<i32>§offset_date: i32§offset_id: i32§offset_peer: InputPeer§limit: i32§hash: i64Trait Implementations§
Source§impl Clone for GetDialogs
impl Clone for GetDialogs
Source§fn clone(&self) -> GetDialogs
fn clone(&self) -> GetDialogs
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 GetDialogs
impl Debug for GetDialogs
Source§impl Identifiable for GetDialogs
impl Identifiable for GetDialogs
Source§const CONSTRUCTOR_ID: u32 = 0xa0f4cb4f
const CONSTRUCTOR_ID: u32 = 0xa0f4cb4f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetDialogs
impl PartialEq for GetDialogs
Source§impl RemoteCall for GetDialogs
impl RemoteCall for GetDialogs
Source§impl Serializable for GetDialogs
impl Serializable for GetDialogs
impl StructuralPartialEq for GetDialogs
Auto Trait Implementations§
impl Freeze for GetDialogs
impl RefUnwindSafe for GetDialogs
impl Send for GetDialogs
impl Sync for GetDialogs
impl Unpin for GetDialogs
impl UnsafeUnpin for GetDialogs
impl UnwindSafe for GetDialogs
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