Current section
Files
Jump to
Current section
Files
include/telega@model@types_InlineQueryResultGame.hrl
-record(inline_query_result_game, {
type_ :: binary(),
id :: binary(),
game_short_name :: binary(),
reply_markup :: gleam@option:option(telega@model@types:inline_keyboard_markup())
}).