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

pub struct UploadDocumentAction {
    pub progress: int,
}

TL-derived from sendMessageUploadDocumentAction

sendMessageUploadDocumentAction#aa0cd9e4 progress:int = SendMessageAction;

Fields

Trait Implementations

impl Debug for UploadDocumentAction
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UploadDocumentAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for UploadDocumentAction
[src]

impl BareDeserialize for UploadDocumentAction
[src]

impl IntoBoxed for UploadDocumentAction
[src]

Auto Trait Implementations