Sha256: fc2b08af2e87e6044d026b8edad3462b9427d1b62548f920d78a6a932b21a2eb
Contents?: true
Size: 409 Bytes
Versions: 4
Compression:
Stored size: 409 Bytes
Contents
module TD::Types # Represents a voice note. # # @attr id [String] Unique identifier of the query result. # @attr voice_note [TD::Types::VoiceNote] Voice note. # @attr title [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
4 entries across 4 versions & 2 rubygems