• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/messagesender/channel.php
  • Класс: Bitrix\Crm\MessageSender\Channel
  • Вызов: Channel::isDefault
public function isDefault(): bool
{
	if (isset($this->channelInfo['isDefault']) && is_bool($this->channelInfo['isDefault']))
	{
		return $this->channelInfo['isDefault'];
	}

	return false;
}