Sha256: 5e1129217d7afa2580d83dac4a2f2fd95e26273c74d62edb15572063891826c1
Contents?: true
Size: 405 Bytes
Versions: 12
Compression:
Stored size: 405 Bytes
Contents
module Telegram module Bot module Types class InputMediaAudio < Base attribute :type, String, default: 'audio' attribute :media, String attribute :thumb, String attribute :caption, String attribute :parse_mode, String attribute :duration, Integer attribute :performer, String attribute :title, String end end end end
Version data entries
12 entries across 12 versions & 1 rubygems