Struct clacks::mtproto::updateBotCallbackQuery [] [src]

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

Fields

Trait Implementations

impl Debug for updateBotCallbackQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateBotCallbackQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateBotCallbackQuery
[src]

[src]

impl BareDeserialize for updateBotCallbackQuery
[src]

[src]

impl IntoBoxed for updateBotCallbackQuery
[src]

[src]

Auto Trait Implementations