• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat.php
  • Класс: BitrixImV2Chat
  • Вызов: Chat::getReadService
protected function getReadService(): ReadService
{
	if ($this->readService === null)
	{
		$this->readService = new ReadService();
		$this->readService->setContext($this->context);
	}

	return $this->readService;
}