OnConversationGroupCreated
Introduction
The callback of conversation group create finished.
Returned template
OnConversationGroupCreated = void Function(
groupName: string, conversationList: V2TimConversation[]);
)
Return value details
name | type | description |
---|---|---|
groupName | String | The name of the conversation group. |
conversationList | List< V2TimConversation > | The initial list of conversation in this conversation group. |