pub struct GetOldFeaturedStickers {
pub offset: i32,
pub limit: i32,
pub hash: i64,
}Expand description
messages.getOldFeaturedStickers
Generated from:
messages.getOldFeaturedStickers#7ed094a1 offset:int limit:int hash:long = messages.FeaturedStickersFields§
§offset: i32§limit: i32§hash: i64Trait Implementations§
Source§impl Clone for GetOldFeaturedStickers
impl Clone for GetOldFeaturedStickers
Source§fn clone(&self) -> GetOldFeaturedStickers
fn clone(&self) -> GetOldFeaturedStickers
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 GetOldFeaturedStickers
impl Debug for GetOldFeaturedStickers
Source§impl Identifiable for GetOldFeaturedStickers
impl Identifiable for GetOldFeaturedStickers
Source§const CONSTRUCTOR_ID: u32 = 0x7ed094a1
const CONSTRUCTOR_ID: u32 = 0x7ed094a1
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetOldFeaturedStickers
impl PartialEq for GetOldFeaturedStickers
Source§impl RemoteCall for GetOldFeaturedStickers
impl RemoteCall for GetOldFeaturedStickers
Source§type Return = FeaturedStickers
type Return = FeaturedStickers
The deserialized response type.
impl StructuralPartialEq for GetOldFeaturedStickers
Auto Trait Implementations§
impl Freeze for GetOldFeaturedStickers
impl RefUnwindSafe for GetOldFeaturedStickers
impl Send for GetOldFeaturedStickers
impl Sync for GetOldFeaturedStickers
impl Unpin for GetOldFeaturedStickers
impl UnsafeUnpin for GetOldFeaturedStickers
impl UnwindSafe for GetOldFeaturedStickers
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