class
Hamilton::Types::VideoChatScheduled
- Hamilton::Types::VideoChatScheduled
- Reference
- Object
Overview
This object represents a service message about a video chat scheduled in the chat.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/video_chat_scheduled.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#start_date : Int32
Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator.
-
#start_date=(start_date : Int32)
Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
def start_date : Int32
#
Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator.
def start_date=(start_date : Int32)
#
Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator.