• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/messagesender/channel.php
  • Класс: Bitrix\Crm\MessageSender\Channel
  • Вызов: Channel::checkCommunications
public function checkCommunications(): Result
{
	$result = new Result();

	if (empty($this->toList))
	{
		$result->addError(ErrorCode::getNoReceiversError());
	}

	return $result;
}