pub struct ChangeStickerPosition {
pub sticker: InputDocument,
pub position: i32,
}Expand description
stickers.changeStickerPosition
Generated from:
stickers.changeStickerPosition#ffb6d4ca sticker:InputDocument position:int = messages.StickerSetFields§
§sticker: InputDocument§position: i32Trait Implementations§
Source§impl Clone for ChangeStickerPosition
impl Clone for ChangeStickerPosition
Source§fn clone(&self) -> ChangeStickerPosition
fn clone(&self) -> ChangeStickerPosition
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 ChangeStickerPosition
impl Debug for ChangeStickerPosition
Source§impl Identifiable for ChangeStickerPosition
impl Identifiable for ChangeStickerPosition
Source§const CONSTRUCTOR_ID: u32 = 0xffb6d4ca
const CONSTRUCTOR_ID: u32 = 0xffb6d4ca
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ChangeStickerPosition
impl PartialEq for ChangeStickerPosition
Source§impl RemoteCall for ChangeStickerPosition
impl RemoteCall for ChangeStickerPosition
Source§type Return = StickerSet
type Return = StickerSet
The deserialized response type.
Source§impl Serializable for ChangeStickerPosition
impl Serializable for ChangeStickerPosition
impl StructuralPartialEq for ChangeStickerPosition
Auto Trait Implementations§
impl Freeze for ChangeStickerPosition
impl RefUnwindSafe for ChangeStickerPosition
impl Send for ChangeStickerPosition
impl Sync for ChangeStickerPosition
impl Unpin for ChangeStickerPosition
impl UnsafeUnpin for ChangeStickerPosition
impl UnwindSafe for ChangeStickerPosition
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