OnFriendListDeleted
Introduction
The callback of user been removed from the contact list event.
Returned template
OnFriendListDeleted = void Function(
string[] userList
)
Return value details
| name | type | description |
|---|---|---|
| userList | string[] | The list of removed users. |