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