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