pimax\Messages\FileMessage::__construct PHP Method

__construct() public method

Message constructor.
public __construct ( string $recipient, string $file )
$recipient string
$file string Web Url or local file with @ prefix
    public function __construct($recipient, $file)
    {
        $this->recipient = $recipient;
        $this->text = $file;
    }