Struct telegram_bot::types::Sticker[][src]

pub struct Sticker {
    pub file_id: String,
    pub width: Integer,
    pub height: Integer,
    pub thumb: Option<PhotoSize>,
    pub file_size: Option<Integer>,
}
[]

Telegram type "Sticker" (directly mapped)

Fields

Trait Implementations

impl Decodable for Sticker
[src]
[+]

[]

Deserialize a value using a Decoder.

impl Debug for Sticker
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl PartialEq for Sticker
[src]
[+]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.

impl Clone for Sticker
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Encodable for Sticker
[src]
[+]

[]

Serialize a value using an Encoder.

Auto Trait Implementations

impl Send for Sticker

impl Sync for Sticker