class

Tourmaline::VideoChatScheduled

Inherits JSON::Serializable / Reference / Object

This object represents a service message about a video chat scheduled in the chat.

Constructors

new(start_date : Time)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

start_date

Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator

Source
start_date=(start_date : Time)

Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator

Source