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

pub struct GetWebPagePreview {
    pub message: string,
}

TL-derived from messages.getWebPagePreview

messages.getWebPagePreview#25223e24 message:string = MessageMedia;

Fields

Trait Implementations

impl Debug for GetWebPagePreview
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetWebPagePreview
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetWebPagePreview
[src]

[src]

[src]

impl Function for GetWebPagePreview
[src]

impl BareSerialize for GetWebPagePreview
[src]

Auto Trait Implementations