class
TD::VoiceNote
- TD::VoiceNote
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/voice_note.crConstructors
- .new(duration : Int32, waveform : String, mime_type : String, voice : TD::File)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #duration : Int32
- #duration=(duration : Int32)
- #mime_type : String
- #mime_type=(mime_type : String)
- #object_type : String
- #object_type=(object_type : String)
- #voice : TD::File
- #voice=(voice : TD::File)
- #waveform : String
- #waveform=(waveform : String)