Larabros\Elogram\Http\Response::__toString PHP Method

__toString() public method

Returns the JSON-encoded raw response.
public __toString ( ) : string
return string
    public function __toString()
    {
        return json_encode($this->getRaw());
    }