• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message.php
  • Класс: BitrixImV2Message
  • Вызов: Message::isCompletelyEmpty
protected function isCompletelyEmpty(): bool
{
	return (
		$this->getParsedMessage() === ''
		&& !$this->getParams()->isSet(Params::FILE_ID)
		&& !$this->getParams()->isSet(Params::KEYBOARD)
		&& !$this->getParams()->isSet(Params::ATTACH)
	);
}