class
TD::PushMessageContent::VoiceNote
Included Modules
- JSON::Serializable
Defined in:
telegram/types/push_message_content/voice_note.crConstructors
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
- .new(voice_note : Union(TD::VoiceNote, Nil), is_pinned : Bool = false)
Instance Method Summary
- #is_pinned : Bool
- #is_pinned=(is_pinned : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #voice_note : TD::VoiceNote?
- #voice_note=(voice_note : Nil | TD::VoiceNote)