• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/order/sendingchannels/internals/sendingchannelstable.php
  • Класс: Bitrix\Crm\Order\SendingChannels\Internals\SendingChannelsTable
  • Вызов: SendingChannelsTable::getSupportedChannelTypes
static function getSupportedChannelTypes()
{
	return [
		SendingChannels\Chat::getType(),
		SendingChannels\Sms::getType(),
	];
}