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