Sha256: 032c800075b815b84c33be2e051b6c4dfdfca2c3929d45986044bf2f9a04ee69
Contents?: true
Size: 431 Bytes
Versions: 2
Compression:
Stored size: 431 Bytes
Contents
module TD::Types # Represents a voice note. # # @attr id [TD::Types::String] Unique identifier of the query result. # @attr voice_note [TD::Types::VoiceNote] Voice note. # @attr title [TD::Types::String] Title of the voice note. class InlineQueryResult::VoiceNote < InlineQueryResult attribute :id, TD::Types::String attribute :voice_note, TD::Types::VoiceNote attribute :title, TD::Types::String end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/inline_query_result/voice_note.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/inline_query_result/voice_note.rb |