• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/integration/ui/entityselector/chatprovider.php
  • Класс: BitrixImIntegrationUIEntitySelectorChatProvider
  • Вызов: ChatProvider::getChatCollection
public function getChatCollection(array $options = []): array
{
	$options = array_merge($this->getOptions(), $options);

	return static::getChats($options);
}