Sha256: ee04f9291819f04f6f73f31ed0f105d1500fc386867dde907e883656b7a02821
Contents?: true
Size: 333 Bytes
Versions: 5
Compression:
Stored size: 333 Bytes
Contents
module TD::Types # An audio file. # # @attr audio [TD::Types::Audio, nil] Audio file; may be null. # @attr caption [TD::Types::PageBlockCaption] Audio file caption. class PageBlock::Audio < PageBlock attribute :audio, TD::Types::Audio.optional.default(nil) attribute :caption, TD::Types::PageBlockCaption end end
Version data entries
5 entries across 5 versions & 2 rubygems