createGroupV2 function

Future<GroupInfoDTO?> createGroupV2({
  1. required ChatCreateGroupTypeV2 options,
})

Implementation

Future<GroupInfoDTO?> createGroupV2(
    {required ChatCreateGroupTypeV2 options}) async {
  return createGroupCoreV2(options: options);
}