class
TD::MessageContent::VideoChatScheduled
Included Modules
- JSON::Serializable
Defined in:
telegram/types/message_content/video_chat_scheduled.crConstructors
- .new(group_call_id : Int32, start_date : Int32)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #group_call_id : Int32
- #group_call_id=(group_call_id : Int32)
- #object_type : String
- #object_type=(object_type : String)
- #start_date : Int32
- #start_date=(start_date : Int32)