GramIO API Reference / @gramio/contexts/dist / VideoChatScheduled
Class: VideoChatScheduled
Defined in: contexts/index.d.ts:2349
This object represents a service message about a video chat scheduled in the chat
Constructors
Constructor
new VideoChatScheduled(
payload):VideoChatScheduled
Defined in: contexts/index.d.ts:2351
Parameters
| Parameter | Type |
|---|---|
payload | TelegramVideoChatScheduled |
Returns
VideoChatScheduled
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramVideoChatScheduled | contexts/index.d.ts:2350 |
Accessors
[toStringTag]
Get Signature
get [toStringTag]():
string
Defined in: contexts/index.d.ts:2353
Returns
string
startDate
Get Signature
get startDate():
number
Defined in: contexts/index.d.ts:2355
Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator
Returns
number