pimax\Messages\ImageMessage::__construct PHP Метод

__construct() публичный Метод

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;
    }