Sha256: 656237d28f6302bc82b0ecd0c6f391fa5c3911809c6f05591711ec819aebd2b0
Contents?: true
Size: 286 Bytes
Versions: 3
Compression:
Stored size: 286 Bytes
Contents
module TD::Types # The payload from a game callback button. # # @attr game_short_name [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