App\Libraries\Skype\SkypeResponse::__construct PHP Method

__construct() public method

public __construct ( $type )
    public function __construct($type)
    {
        $this->type = $type;
        $this->attachments = [];
    }