class
TD::InlineQueryResult::VoiceNote
Included Modules
- JSON::Serializable
Defined in:
telegram/types/inline_query_result/voice_note.crConstructors
- .new(id : String, voice_note : TD::VoiceNote, title : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #id : String
- #id=(id : String)
- #object_type : String
- #object_type=(object_type : String)
- #title : String
- #title=(title : String)
- #voice_note : TD::VoiceNote
- #voice_note=(voice_note : TD::VoiceNote)