Struct telegram_bot_ars::types::InlineQueryResultGame
source · pub struct InlineQueryResultGame {
pub id: String,
pub game_short_name: String,
pub reply_markup: Option<InlineKeyboardMarkup>,
}Fields§
§id: StringUnique identifier for this result, 1-64 Bytes
game_short_name: StringShort name of the game
reply_markup: Option<InlineKeyboardMarkup>Inline keyboard attached to the message
Trait Implementations§
source§impl Debug for InlineQueryResultGame
impl Debug for InlineQueryResultGame
source§impl From<InlineQueryResultGame> for InlineQueryResult
impl From<InlineQueryResultGame> for InlineQueryResult
source§fn from(game: InlineQueryResultGame) -> InlineQueryResult
fn from(game: InlineQueryResultGame) -> InlineQueryResult
Converts to this type from the input type.
source§impl Serialize for InlineQueryResultGame
impl Serialize for InlineQueryResultGame
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more