• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/internals/chatindex.php
  • Класс: BitrixImInternalsChatIndex
  • Вызов: ChatIndex::getClearedUserList
public function getClearedUserList(): array
{
	$clearedUsers = [];
	foreach ($this->userList as $user)
	{
		$clearedUsers[] = ChatIndex::clearText($user);
	}

	return $clearedUsers;
}