class
TD::MessageContent::VoiceNote
- TD::MessageContent::VoiceNote
- TD::MessageContent
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/message_content/voice_note.crConstructors
- .new(voice_note : TD::VoiceNote, caption : TD::FormattedText, is_listened : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #caption : TD::FormattedText
- #caption=(caption : TD::FormattedText)
- #is_listened : Bool
- #is_listened=(is_listened : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #voice_note : TD::VoiceNote
- #voice_note=(voice_note : TD::VoiceNote)