Struct telegram_bot::types::UserProfilePhotos[][src]

pub struct UserProfilePhotos {
    pub total_count: Integer,
    pub photos: Vec<Vec<PhotoSize>>,
}

Telegram type "UserProfilePhotos" (directly mapped)

Fields

Trait Implementations

impl Decodable for UserProfilePhotos
[src]

Deserialize a value using a Decoder.

impl Encodable for UserProfilePhotos
[src]

Serialize a value using an Encoder.

impl Debug for UserProfilePhotos
[src]

Formats the value using the given formatter. Read more

impl PartialEq for UserProfilePhotos
[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 UserProfilePhotos
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for UserProfilePhotos

impl Sync for UserProfilePhotos