class VideoChatScheduled

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

Methods

__construct(int $start_date)

No description

int
getStartDate()

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

Details

at line 13
__construct(int $start_date)

No description

Parameters

int $start_date

at line 20
int getStartDate()

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

Return Value

int