pub struct InputStickerSetItem {
pub document: InputDocument,
pub emoji: String,
pub mask_coords: Option<MaskCoords>,
pub keywords: Option<String>,
}Expand description
Read inputStickerSetItem docs.
Generated from the following TL definition:
inputStickerSetItem#32da9e9c flags:# document:InputDocument emoji:string mask_coords:flags.0?MaskCoords keywords:flags.1?string = InputStickerSetItemFields§
§document: InputDocument§emoji: String§mask_coords: Option<MaskCoords>§keywords: Option<String>Trait Implementations§
Source§impl Clone for InputStickerSetItem
impl Clone for InputStickerSetItem
Source§fn clone(&self) -> InputStickerSetItem
fn clone(&self) -> InputStickerSetItem
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 InputStickerSetItem
impl Debug for InputStickerSetItem
Source§impl Deserializable for InputStickerSetItem
impl Deserializable for InputStickerSetItem
Source§impl From<InputStickerSetItem> for InputStickerSetItem
impl From<InputStickerSetItem> for InputStickerSetItem
Source§fn from(x: InputStickerSetItem) -> Self
fn from(x: InputStickerSetItem) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetItem> for InputStickerSetItem
impl From<InputStickerSetItem> for InputStickerSetItem
Source§fn from(x: InputStickerSetItem) -> Self
fn from(x: InputStickerSetItem) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputStickerSetItem
impl Identifiable for InputStickerSetItem
Source§const CONSTRUCTOR_ID: u32 = 853188252
const CONSTRUCTOR_ID: u32 = 853188252
The unique identifier for the type.
Source§impl PartialEq for InputStickerSetItem
impl PartialEq for InputStickerSetItem
Source§impl Serializable for InputStickerSetItem
impl Serializable for InputStickerSetItem
impl StructuralPartialEq for InputStickerSetItem
Auto Trait Implementations§
impl Freeze for InputStickerSetItem
impl RefUnwindSafe for InputStickerSetItem
impl Send for InputStickerSetItem
impl Sync for InputStickerSetItem
impl Unpin for InputStickerSetItem
impl UnsafeUnpin for InputStickerSetItem
impl UnwindSafe for InputStickerSetItem
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