Struct telegram_typings::Sticker [] [src]

pub struct Sticker {
    pub file_id: String,
    pub width: i64,
    pub height: i64,
    pub thumb: Option<Box<PhotoSize>>,
    pub emoji: Option<String>,
    pub set_name: Option<String>,
    pub mask_position: Option<Box<MaskPosition>>,
    pub file_size: Option<i64>,
}

This object represents a sticker.

Fields

Unique identifier for this file

Sticker width

Sticker height

Sticker thumbnail in the .webp or .jpg format

Emoji associated with the sticker

Name of the sticker set to which the sticker belongs

For mask stickers, the position where the mask should be placed

File size

Trait Implementations

impl Debug for Sticker
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Sticker
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Sticker

impl Sync for Sticker