OnConversationsDeletedFromGroup
Introduction
The callback of some conversations been removed from the group event.
Returned template
OnConversationsDeletedFromGroup = void Function(
String groupName, List<V2TimConversation> conversationList);
)
Return value details
| name | type | description |
|---|---|---|
| groupName | String | The name of the group. |
| conversationList | List< V2TimConversation > | The list of conversations that were removed. |