• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat/NullChat.php
  • Класс: BitrixImV2ChatNullChat
  • Вызов: NullChat::validateMessage
public function validateMessage(Message $message, SendingConfig $sendingServiceConfig): Result
{
	return (new Result)->addError(new ChatError(ChatError::WRONG_TARGET_CHAT));
}