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