downloadMergerMessage method
获取合并消息的子消息列表(下载被合并的消息列表) 参数: msgID 合并消息的msgID
Implementation
Future<V2TimValueCallback<List<V2TimMessage>>> downloadMergerMessage({required String msgID, String? webMessageInstance}) async {
return await TencentCloudChatSdkPlatform.instance.downloadMergerMessage(
msgID: msgID,
);
}