1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
GroupCreateResult.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Notification\Group\UserGroup\Result;
4
5use Bitrix\Main\Result;
6
8{
9 public function __construct(
10 public readonly ?int $id = null,
11 )
12 {
13 parent::__construct();
14 }
15}