• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Service/Messenger.php
  • Класс: BitrixImV2ServiceMessenger
  • Вызов: Messenger::getChat
public function getChat(int $chatId): Chat
{
	return ChatChatFactory::getInstance()->getChatById($chatId);
}