• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/Providers/Edna/SMS/ExternalSender.php
  • Класс: Bitrix\MessageService\Providers\Edna\SMS\ExternalSender
  • Вызов: ExternalSender::__construct
public function __construct(?string $apiKey, string $apiEndpoint, int $socketTimeout = 10, int $streamTimeout = 30)
{
	$this->apiKey = $apiKey ?? '';
	$this->apiEndpoint = $apiEndpoint;
	$this->socketTimeout = $socketTimeout;
	$this->streamTimeout = $streamTimeout;
}