Sha256: 53a8313f37962f0122f7a48b03beb12809120e2437a5d38ca69c0befb0a17a2d
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 Bytes
Contents
module TD::Types # An audio file. # # @attr audio [TD::Types::Audio, nil] Audio file; may be null. # @attr caption [TD::Types::RichText] Audio file caption. class PageBlock::Audio < PageBlock attribute :audio, TD::Types::Audio.optional.default(nil) attribute :caption, TD::Types::RichText end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.0.0 | lib/tdlib/types/page_block/audio.rb |