Struct clacks_mtproto::mtproto::photo::Photo [] [src]

pub struct Photo {
    pub has_stickers: bool,
    pub id: long,
    pub access_hash: long,
    pub date: int,
    pub sizes: Vector<Boxed, PhotoSize>,
}

TL-derived from photo

photo#9288dd29 flags:# has_stickers:flags.0?true id:long access_hash:long date:int sizes:Vector<PhotoSize> = Photo;

Fields

Trait Implementations

impl Debug for Photo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Photo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Photo
[src]

impl BareDeserialize for Photo
[src]

impl IntoBoxed for Photo
[src]

[src]

Auto Trait Implementations

impl Send for Photo

impl Sync for Photo