pub struct GetArchivedStickers {
pub masks: bool,
pub emojis: bool,
pub offset_id: i64,
pub limit: i32,
}Expand description
Generated from:
messages.getArchivedStickers#57f17692 flags:# masks:flags.0?true emojis:flags.1?true offset_id:long limit:int = messages.ArchivedStickersFields§
§masks: bool§emojis: bool§offset_id: i64§limit: i32Trait Implementations§
Source§impl Clone for GetArchivedStickers
impl Clone for GetArchivedStickers
Source§fn clone(&self) -> GetArchivedStickers
fn clone(&self) -> GetArchivedStickers
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 GetArchivedStickers
impl Debug for GetArchivedStickers
Source§impl Identifiable for GetArchivedStickers
impl Identifiable for GetArchivedStickers
Source§const CONSTRUCTOR_ID: u32 = 0x57f17692
const CONSTRUCTOR_ID: u32 = 0x57f17692
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetArchivedStickers
impl PartialEq for GetArchivedStickers
Source§impl RemoteCall for GetArchivedStickers
impl RemoteCall for GetArchivedStickers
Source§type Return = ArchivedStickers
type Return = ArchivedStickers
The deserialized response type.
Source§impl Serializable for GetArchivedStickers
impl Serializable for GetArchivedStickers
impl StructuralPartialEq for GetArchivedStickers
Auto Trait Implementations§
impl Freeze for GetArchivedStickers
impl RefUnwindSafe for GetArchivedStickers
impl Send for GetArchivedStickers
impl Sync for GetArchivedStickers
impl Unpin for GetArchivedStickers
impl UnsafeUnpin for GetArchivedStickers
impl UnwindSafe for GetArchivedStickers
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