Struct clacks_mtproto::mtproto::rpc::messages::GetBotCallbackAnswer [] [src]

pub struct GetBotCallbackAnswer {
    pub game: bool,
    pub peer: InputPeer,
    pub msg_id: int,
    pub data: Option<bytes>,
}

TL-derived from messages.getBotCallbackAnswer

messages.getBotCallbackAnswer#810a9fec flags:# game:flags.1?true peer:InputPeer msg_id:int data:flags.0?bytes = messages.BotCallbackAnswer;

Fields

Trait Implementations

impl Debug for GetBotCallbackAnswer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetBotCallbackAnswer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetBotCallbackAnswer
[src]

[src]

[src]

impl Function for GetBotCallbackAnswer
[src]

impl BareSerialize for GetBotCallbackAnswer
[src]

Auto Trait Implementations