Skip to content

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

ParameterType
payloadTelegramVideoChatScheduled

Returns

VideoChatScheduled

Properties

PropertyTypeDefined in
payloadTelegramVideoChatScheduledcontexts/index.d.ts:2350

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

Defined in: contexts/index.d.ts:2353

MDN

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