class
TD::Update::ChatVideoChat
- TD::Update::ChatVideoChat
- TD::Update
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/update/chat_video_chat.crConstructors
- .new(chat_id : Int64, video_chat : TD::VideoChat)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #chat_id : Int64
- #chat_id=(chat_id : Int64)
- #object_type : String
- #object_type=(object_type : String)
- #video_chat : TD::VideoChat
- #video_chat=(video_chat : TD::VideoChat)