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
| Parameter | Type |
|---|---|
payload | TelegramVideoChatParticipantsInvited |
Returns
VideoChatParticipantsInvited
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramVideoChatParticipantsInvited | contexts/index.d.ts:2338 |
Accessors
[toStringTag]
Get Signature
get [toStringTag]():
string
Defined in: contexts/index.d.ts:2341
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[]