pub struct ChangeSticker {
pub sticker: InputDocument,
pub emoji: Option<String>,
pub mask_coords: Option<MaskCoords>,
pub keywords: Option<String>,
}Expand description
Generated from:
stickers.changeSticker#f5537ebc flags:# sticker:InputDocument emoji:flags.0?string mask_coords:flags.1?MaskCoords keywords:flags.2?string = messages.StickerSetFields§
§sticker: InputDocument§emoji: Option<String>§mask_coords: Option<MaskCoords>§keywords: Option<String>Trait Implementations§
Source§impl Clone for ChangeSticker
impl Clone for ChangeSticker
Source§fn clone(&self) -> ChangeSticker
fn clone(&self) -> ChangeSticker
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 ChangeSticker
impl Debug for ChangeSticker
Source§impl Identifiable for ChangeSticker
impl Identifiable for ChangeSticker
Source§const CONSTRUCTOR_ID: u32 = 0xf5537ebc
const CONSTRUCTOR_ID: u32 = 0xf5537ebc
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ChangeSticker
impl PartialEq for ChangeSticker
Source§impl RemoteCall for ChangeSticker
impl RemoteCall for ChangeSticker
Source§type Return = StickerSet
type Return = StickerSet
The deserialized response type.
Source§impl Serializable for ChangeSticker
impl Serializable for ChangeSticker
impl StructuralPartialEq for ChangeSticker
Auto Trait Implementations§
impl Freeze for ChangeSticker
impl RefUnwindSafe for ChangeSticker
impl Send for ChangeSticker
impl Sync for ChangeSticker
impl Unpin for ChangeSticker
impl UnsafeUnpin for ChangeSticker
impl UnwindSafe for ChangeSticker
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