pub struct GetSavedDialogsById {
pub parent_peer: Option<InputPeer>,
pub ids: Vec<InputPeer>,
}Expand description
Generated from:
messages.getSavedDialogsByID#6f6f9c96 flags:# parent_peer:flags.1?InputPeer ids:Vector<InputPeer> = messages.SavedDialogsFields§
§parent_peer: Option<InputPeer>§ids: Vec<InputPeer>Trait Implementations§
Source§impl Clone for GetSavedDialogsById
impl Clone for GetSavedDialogsById
Source§fn clone(&self) -> GetSavedDialogsById
fn clone(&self) -> GetSavedDialogsById
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 GetSavedDialogsById
impl Debug for GetSavedDialogsById
Source§impl Identifiable for GetSavedDialogsById
impl Identifiable for GetSavedDialogsById
Source§const CONSTRUCTOR_ID: u32 = 0x6f6f9c96
const CONSTRUCTOR_ID: u32 = 0x6f6f9c96
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetSavedDialogsById
impl PartialEq for GetSavedDialogsById
Source§impl RemoteCall for GetSavedDialogsById
impl RemoteCall for GetSavedDialogsById
Source§type Return = SavedDialogs
type Return = SavedDialogs
The deserialized response type.
Source§impl Serializable for GetSavedDialogsById
impl Serializable for GetSavedDialogsById
impl StructuralPartialEq for GetSavedDialogsById
Auto Trait Implementations§
impl Freeze for GetSavedDialogsById
impl RefUnwindSafe for GetSavedDialogsById
impl Send for GetSavedDialogsById
impl Sync for GetSavedDialogsById
impl Unpin for GetSavedDialogsById
impl UnsafeUnpin for GetSavedDialogsById
impl UnwindSafe for GetSavedDialogsById
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