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