• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/sender/sms/twilio.php
  • Класс: BitrixMessageServiceSenderSmsTwilio
  • Вызов: Twilio::checkSupportErrorAlphanumericNumber
private function checkSupportErrorAlphanumericNumber(ErrorCollection $collection): bool
{
	if ($collection->getErrorByCode(self::NOT_SUPPORT_ALPHANUMERIC_NUMBER_STATUS_CODE))
	{
		return true;
	}

	return false;
}