Struct clacks::mtproto::botInlineResult [] [src]

pub struct botInlineResult {
    pub id: string,
    pub type_: string,
    pub title: Option<string>,
    pub description: Option<string>,
    pub url: Option<string>,
    pub thumb_url: Option<string>,
    pub content_url: Option<string>,
    pub content_type: Option<string>,
    pub w: Option<int>,
    pub h: Option<int>,
    pub duration: Option<int>,
    pub send_message: BotInlineMessage,
}

Fields

Trait Implementations

impl Debug for botInlineResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for botInlineResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for botInlineResult
[src]

[src]

impl BareDeserialize for botInlineResult
[src]

[src]

impl IntoBoxed for botInlineResult
[src]

Auto Trait Implementations