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

	if ($this->getAuthorId() !== 0)
	{
		$userIds[$this->getAuthorId()] = $this->getAuthorId();
	}

	return $userIds;
}