Struct clacks_mtproto::mtproto::send_message::UploadPhotoAction [] [src]

pub struct UploadPhotoAction {
    pub progress: int,
}

TL-derived from sendMessageUploadPhotoAction

sendMessageUploadPhotoAction#d1d34a26 progress:int = SendMessageAction;

Fields

Trait Implementations

impl Debug for UploadPhotoAction
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UploadPhotoAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for UploadPhotoAction
[src]

impl BareDeserialize for UploadPhotoAction
[src]

impl IntoBoxed for UploadPhotoAction
[src]

Auto Trait Implementations