Struct clacks_mtproto::mtproto::update::InlineBotCallbackQuery [] [src]

pub struct InlineBotCallbackQuery {
    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>,
}

TL-derived from updateInlineBotCallbackQuery

updateInlineBotCallbackQuery#f9d27a5a flags:# query_id:long user_id:int msg_id:InputBotInlineMessageID chat_instance:long data:flags.0?bytes game_short_name:flags.1?string = Update;

Fields

Trait Implementations

impl Debug for InlineBotCallbackQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InlineBotCallbackQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InlineBotCallbackQuery
[src]

impl BareDeserialize for InlineBotCallbackQuery
[src]

impl IntoBoxed for InlineBotCallbackQuery
[src]

[src]

Auto Trait Implementations