Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/messageservice/lib/Providers/Edna/WhatsApp/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/messageservice/lib/Providers/Edna/WhatsApp/Registrar.php

<?php

namespace Bitrix\MessageService\Providers\Edna\WhatsApp;

use Bitrix\MessageService\Providers\Edna;

class Registrar extends Edna\Registrar
{
	protected string $channelType = Edna\Constants\ChannelType::WHATSAPP;

	protected function getCallbackTypeList(): array
	{
		return [
			Edna\Constants\CallbackType::MESSAGE_STATUS,
			Edna\Constants\CallbackType::INCOMING_MESSAGE,
			Edna\Constants\CallbackType::TEMPLATE_REGISTER_STATUS,
		];
	}
}