• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Bot/BotService.php
  • Класс: BitrixImV2BotBotService
  • Вызов: BotService::__construct
public function __construct(?SendingConfig $sendingConfig = null)
{
	if ($sendingConfig === null)
	{
		$sendingConfig = new SendingConfig();
	}
	$this->sendingConfig = $sendingConfig;
}