1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ChatFieldsUpdate.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Pull\Event;
4
5use Bitrix\Im\V2\Chat;
6use Bitrix\Im\V2\Common\ContextCustomer;
7use Bitrix\Im\V2\Pull\EventType;
8
10{
11 use ContextCustomer;
12 use DialogIdFiller;
13
14 protected array $updateFields = [];
15
17 {
18 parent::__construct($chat);
19 $this->updateFields = $updateFields;
20 }
21
22 protected function getType(): EventType
23 {
24 return EventType::ChatFieldsUpdate;
25 }
26
27 protected function getBasePullParamsInternal(): array
28 {
29 $this->updateFields['chatId'] = $this->chat->getId();
30 $this->updateFields['dialogId'] = $this->getBaseDialogId();
31
33 }
34}
__construct(Chat $chat, array $updateFields)
Определения ChatFieldsUpdate.php:16
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
EventType
Определения EventType.php:6