Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
Registrar.php
1
<?php
2
3
namespace
Bitrix\MessageService\Providers\Edna\WhatsApp
;
4
5
use
Bitrix\MessageService\Providers\Edna
;
6
7
class
Registrar
extends
Edna\Registrar
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
}
Bitrix\MessageService\Providers\Edna\Registrar
Definition
Registrar.php:15
Bitrix\MessageService\Providers\Edna\Registrar\$channelType
string $channelType
Definition
Registrar.php:20
Bitrix\MessageService\Providers\Edna\WhatsApp\Registrar\getCallbackTypeList
getCallbackTypeList()
Definition
Registrar.php:11
Bitrix\MessageService\Providers\Edna\WhatsApp
Definition
ConnectorLine.php:3
Bitrix\MessageService\Providers\Edna
modules
messageservice
lib
Providers
Edna
WhatsApp
Registrar.php
Создано системой
1.10.0