Sha256: 5340fa44c4361fcfe9729b8474b1fb1a3919441cdf1008c59839228011e6ddde

Contents?: true

Size: 490 Bytes

Versions: 3

Compression:

Stored size: 490 Bytes

Contents

module TD::Types
  # A voice note message.
  #
  # @attr voice_note [TD::Types::VoiceNote] The voice note description.
  # @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

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/message_content/voice_note.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/message_content/voice_note.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/message_content/voice_note.rb