Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Registrar.php
1<?php
2
4
6
8{
9 protected string $channelType = Edna\Constants\ChannelType::WHATSAPP;
10
11 protected function getCallbackTypeList(): array
12 {
13 return [
14 Edna\Constants\CallbackType::MESSAGE_STATUS,
15 Edna\Constants\CallbackType::INCOMING_MESSAGE,
16 ];
17 }
18}