getGroupsInfo method

Future<V2TimValueCallback<List<V2TimGroupInfoResult>>> getGroupsInfo(
  1. {required List<String> groupIDList}
)

拉取群资料

参数

groupIDList	群 ID 列表

Implementation

Future<V2TimValueCallback<List<V2TimGroupInfoResult>>> getGroupsInfo({
  required List<String> groupIDList,
}) async {
  throw UnimplementedError('getGroupsInfo() has not been implemented');
}