Skip to content

GramIO API Reference / @gramio/contexts/dist / VideoChatParticipantsInvited

Class: VideoChatParticipantsInvited

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

This object represents a service message about new members invited to a video chat.

Constructors

Constructor

new VideoChatParticipantsInvited(payload): VideoChatParticipantsInvited

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

Parameters

ParameterType
payloadTelegramVideoChatParticipantsInvited

Returns

VideoChatParticipantsInvited

Properties

PropertyTypeDefined in
payloadTelegramVideoChatParticipantsInvitedcontexts/index.d.ts:3246

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

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

MDN

Returns

string


users

Get Signature

get users(): User[]

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

New members that were invited to the video chat

Returns

User[]