Sha256: bda4b60c72c45735acecab2837b9d319d08589f5a24143affdf5592f89751f6d
Contents?: true
Size: 479 Bytes
Versions: 3
Compression:
Stored size: 479 Bytes
Contents
module TD::Types # A voice note message. # # @attr voice_note [TD::Types::VoiceNote] Message content. # @attr caption [TD::Types::FormattedText] Voice note caption. # @attr is_listened [Boolean] True, if at least one of the recipients has listened to the voice note. class MessageContent::VoiceNote < MessageContent attribute :voice_note, TD::Types::VoiceNote attribute :caption, TD::Types::FormattedText attribute :is_listened, TD::Types::Bool end end
Version data entries
3 entries across 3 versions & 1 rubygems