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

pub struct BotCallbackQuery {
    pub query_id: long,
    pub user_id: int,
    pub peer: Peer,
    pub msg_id: int,
    pub chat_instance: long,
    pub data: Option<bytes>,
    pub game_short_name: Option<string>,
}

TL-derived from updateBotCallbackQuery

updateBotCallbackQuery#e73547e1 flags:# query_id:long user_id:int peer:Peer msg_id:int chat_instance:long data:flags.0?bytes game_short_name:flags.1?string = Update;

Fields

Trait Implementations

impl Debug for BotCallbackQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BotCallbackQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for BotCallbackQuery
[src]

impl BareDeserialize for BotCallbackQuery
[src]

impl IntoBoxed for BotCallbackQuery
[src]

[src]

Auto Trait Implementations