Sha256: f00b84f9132d8992e7ab06e00d6cf241ee0cd72ebae1312fa0af8d9237326d71

Contents?: true

Size: 466 Bytes

Versions: 1

Compression:

Stored size: 466 Bytes

Contents

module TD::Types
  # Represents a game.
  #
  # @attr id [String] Unique identifier of the query result.
  # @attr game_short_name [String] Short name of the game.
  # @attr reply_markup [TD::Types::ReplyMarkup::InlineKeyboard, nil] Message reply markup.
  class InputInlineQueryResult::Game < InputInlineQueryResult
    attribute :id, TD::Types::String
    attribute :game_short_name, TD::Types::String
    attribute :reply_markup, TD::Types::ReplyMarkup
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.0.0 lib/tdlib/types/input_inline_query_result/game.rb