• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message.php
  • Класс: BitrixImV2Message
  • Вызов: Message::getImportantFor
public function getImportantFor(): array
{
	return $this->importantFor ?? array_values($this->getUserIdsFromMention());
}