1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
DialogIdFiller.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Pull\Event;
4
5use Bitrix\Im\V2\Chat;
6use Bitrix\Im\V2\Pull\Dto\Diff;
7
9{
10 abstract public function getTarget(): ?Chat;
11
12 protected function getDiffByUser(int $userId): Diff
13 {
14 return new Diff($userId, ['dialogId' => $this->getTarget()?->getDialogId($userId)]);
15 }
16}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
trait DialogIdFiller
Определения DialogIdFiller.php:9
getDiffByUser(int $userId)
Определения DialogIdFiller.php:12