• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message.php
  • Класс: BitrixImV2Message
  • Вызов: Message::getFileIds
public function getFileIds(): array
{
	if ($this->getParams()->isSet(Params::FILE_ID))
	{
		return $this->getParams()->get(Params::FILE_ID)->getValue();
	}

	return [];
}