Struct actix_telegram::types::PhotoSize[][src]

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

This object represents one size of a photo or a file / sticker thumbnail.

Fields

Unique identifier for this file

Photo width

Photo height

File size

Trait Implementations

impl Debug for PhotoSize
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PhotoSize

impl Sync for PhotoSize