Struct telegram_typings::InlineQueryResultGame [] [src]

pub struct InlineQueryResultGame {
    pub type_tl: String,
    pub id: String,
    pub game_short_name: String,
    pub reply_markup: Option<Box<InlineKeyboardMarkup>>,
}

Fields

Type of the result, must be game

Unique identifier for this result, 1-64 bytes

Short name of the game

Trait Implementations

impl Debug for InlineQueryResultGame
[src]

[src]

Formats the value using the given formatter.

impl Clone for InlineQueryResultGame
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more