• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/call/integration/chat.php
  • Класс: BitrixImCallIntegrationChat
  • Вызов: Chat::sendMessageDeferred
public function sendMessageDeferred($message, $muted = false)
{
	Application::getInstance()->addBackgroundJob([$this, 'sendMessage'], [$message, $muted]);
}