Struct clacks::mtproto::updateBotInlineQuery [] [src]

pub struct updateBotInlineQuery {
    pub query_id: long,
    pub user_id: int,
    pub query: string,
    pub geo: Option<GeoPoint>,
    pub offset: string,
}

Fields

Trait Implementations

impl Debug for updateBotInlineQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateBotInlineQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateBotInlineQuery
[src]

[src]

impl BareDeserialize for updateBotInlineQuery
[src]

[src]

impl IntoBoxed for updateBotInlineQuery
[src]

[src]

Auto Trait Implementations