Struct clacks::mtproto::updateInlineBotCallbackQuery [] [src]

pub struct updateInlineBotCallbackQuery {
    pub query_id: long,
    pub user_id: int,
    pub msg_id: InputBotInlineMessageID,
    pub chat_instance: long,
    pub data: Option<bytes>,
    pub game_short_name: Option<string>,
}

Fields

Trait Implementations

impl Debug for updateInlineBotCallbackQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateInlineBotCallbackQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateInlineBotCallbackQuery
[src]

[src]

impl BareDeserialize for updateInlineBotCallbackQuery
[src]

[src]

impl IntoBoxed for updateInlineBotCallbackQuery
[src]

[src]

Auto Trait Implementations