Struct clacks::mtproto::inputBotInlineResultGame [] [src]

pub struct inputBotInlineResultGame {
    pub id: string,
    pub short_name: string,
    pub send_message: InputBotInlineMessage,
}

Fields

Trait Implementations

impl Debug for inputBotInlineResultGame
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputBotInlineResultGame
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputBotInlineResultGame
[src]

[src]

impl BareDeserialize for inputBotInlineResultGame
[src]

[src]

impl IntoBoxed for inputBotInlineResultGame
[src]

Auto Trait Implementations