Skip to content

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

Class: VideoChatParticipantsInvited

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

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:2339

Parameters

ParameterType
payloadTelegramVideoChatParticipantsInvited

Returns

VideoChatParticipantsInvited

Properties

PropertyTypeDefined in
payloadTelegramVideoChatParticipantsInvitedcontexts/index.d.ts:2338

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

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

MDN

Returns

string


users

Get Signature

get users(): User[]

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

New members that were invited to the video chat

Returns

User[]