Struct clacks_mtproto::mtproto::rpc::photos::DeletePhotos [] [src]

pub struct DeletePhotos {
    pub id: Vector<Boxed, InputPhoto>,
}

TL-derived from photos.deletePhotos

photos.deletePhotos#87cf7f2f id:Vector<InputPhoto> = Vector<long>;

Fields

Trait Implementations

impl Debug for DeletePhotos
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeletePhotos
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for DeletePhotos
[src]

[src]

[src]

impl Function for DeletePhotos
[src]

impl BareSerialize for DeletePhotos
[src]

Auto Trait Implementations

impl Send for DeletePhotos

impl Sync for DeletePhotos