Struct clacks_mtproto::mtproto::rpc::messages::GetDocumentByHash [] [src]

pub struct GetDocumentByHash {
    pub sha256: bytes,
    pub size: int,
    pub mime_type: string,
}

TL-derived from messages.getDocumentByHash

messages.getDocumentByHash#338e2464 sha256:bytes size:int mime_type:string = Document;

Fields

Trait Implementations

impl Debug for GetDocumentByHash
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetDocumentByHash
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetDocumentByHash
[src]

[src]

[src]

impl Function for GetDocumentByHash
[src]

impl BareSerialize for GetDocumentByHash
[src]

Auto Trait Implementations