/home/desid573/public_html/payment/pdd/app/Vendor/Services/Twilio/Rest
Edit: /home/desid573/public_html/payment/pdd/app/Vendor/Services/Twilio/Rest/Message.php (1365B)
setupSubresources(
'media'
);
}
public function redact() {
$postParams = array('Body' => '');
self::update($postParams);
}
/**
* Make a request to delete the specified resource.
*
* :rtype: boolean
*/
public function delete()
{
return $this->client->deleteData($this->uri);
}
}