pub struct GetMyStickers {
pub offset_id: i64,
pub limit: i32,
}Expand description
Generated from:
messages.getMyStickers#d0b5e1fc offset_id:long limit:int = messages.MyStickersFields§
§offset_id: i64§limit: i32Trait Implementations§
Source§impl Clone for GetMyStickers
impl Clone for GetMyStickers
Source§fn clone(&self) -> GetMyStickers
fn clone(&self) -> GetMyStickers
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 GetMyStickers
impl Debug for GetMyStickers
Source§impl Identifiable for GetMyStickers
impl Identifiable for GetMyStickers
Source§const CONSTRUCTOR_ID: u32 = 0xd0b5e1fc
const CONSTRUCTOR_ID: u32 = 0xd0b5e1fc
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetMyStickers
impl PartialEq for GetMyStickers
Source§impl RemoteCall for GetMyStickers
impl RemoteCall for GetMyStickers
Source§type Return = MyStickers
type Return = MyStickers
The deserialized response type.
Source§impl Serializable for GetMyStickers
impl Serializable for GetMyStickers
impl StructuralPartialEq for GetMyStickers
Auto Trait Implementations§
impl Freeze for GetMyStickers
impl RefUnwindSafe for GetMyStickers
impl Send for GetMyStickers
impl Sync for GetMyStickers
impl Unpin for GetMyStickers
impl UnsafeUnpin for GetMyStickers
impl UnwindSafe for GetMyStickers
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