Interface MessageVideoChatScheduled

A new video chat was scheduled. Subtype of MessageContent.

interface MessageVideoChatScheduled {
    @type: "messageVideoChatScheduled";
    group_call_id: number;
    start_date: number;
}

Properties

@type: "messageVideoChatScheduled"
group_call_id: number

Identifier of the video chat. The video chat can be received through the method getGroupCall.

start_date: number

Point in time (Unix timestamp) when the group call is expected to be started by an administrator.