OnBlackListDeleted
Introduction
The callback after removing users from block list event.
Returned template
OnBlackListDeleted = void Function(
string[] userList
)
Return value details
| name | type | description |
|---|---|---|
| userList | string[] | The list of ID of users to remove. |