1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
MessagesDisappearanceTimeChanged.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Pull\Event;
4
5use Bitrix\Im\V2\Common\ContextCustomer;
6use Bitrix\Im\V2\Pull\EventType;
7
9{
10 use ContextCustomer;
11 use DialogIdFiller;
12
13 protected function getBasePullParamsInternal(): array
14 {
15 return [
16 'chatId' => $this->chat->getId(),
17 'dialogId' => $this->chat->getDialogId(),
18 'messagesDisappearanceTime' => $this->chat->getDisappearingTime() ?? 0,
19 ];
20 }
21
22 protected function getType(): EventType
23 {
24 return EventType::MessagesDisappearanceTimeChanged;
25 }
26}
</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