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