Sha256: 21efd87d6ffee57475e9c8ffd5ac18648e5fbc44e8104851894c7a4392313d23
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
module TD::Types # The payload for a game callback button. # # @attr game_short_name [TD::Types::String] A short name of the game that was attached to the callback button. class CallbackQueryPayload::Game < CallbackQueryPayload attribute :game_short_name, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems