Skip to content

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

Class: VideoChatParticipantsInvited

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

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

Parameters

ParameterType
payloadTelegramVideoChatParticipantsInvited

Returns

VideoChatParticipantsInvited

Properties

PropertyTypeDefined in
payloadTelegramVideoChatParticipantsInvitedcontexts/index.d.ts:2948

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

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

MDN

Returns

string


users

Get Signature

get users(): User[]

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

New members that were invited to the video chat

Returns

User[]