class TelegramBot::InlineQueryResultGame

Included Modules

Defined in:

telegram_bot/types/inline/inline_query_result_game.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::InlineQueryResult

to_json(json : JSON::Builder) to_json

Constructor Detail

def self.new(id : String, game_short_name : String, *, reply_markup : InlineKeyboardMarkup | Nil = nil) #

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def game_short_name : String #

def game_short_name=(game_short_name : String) #

def id : String #

def id=(id : String) #

def reply_markup : InlineKeyboardMarkup | Nil #

def reply_markup=(reply_markup : InlineKeyboardMarkup | Nil) #

def type : String #

def type=(type : String) #