Sha256: 2278c90e1657175fd6fc114274892a9338b38d8f45a2f9e4ef228534f1f36210
Contents?: true
Size: 247 Bytes
Versions: 3
Compression:
Stored size: 247 Bytes
Contents
module TD::Types # The payload from a general callback button. # # @attr data [String] Data that was attached to the callback button. class CallbackQueryPayload::Data < CallbackQueryPayload attribute :data, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems