OnReceiveNewInvitation
Introduction
The callback of new invitation received event.
Returned template
OnReceiveNewInvitation = void Function(
string inviteID,
string inviter,
string groupID,
string[] inviteeList,
string data
)
Return value details
name | type | description |
---|---|---|
inviteID | string | The invitation ID. |
inviter | string | The ID of the inviter. |
groupID | string | The group ID associated with the invitation. |
inviteeList | string[] | The list of invitees. |
data | string | The custom data associated with the invitation. |