diff --git a/src/MessageBird/Objects/Message.php b/src/MessageBird/Objects/Message.php index 67ece11..e1a94ac 100644 --- a/src/MessageBird/Objects/Message.php +++ b/src/MessageBird/Objects/Message.php @@ -115,6 +115,12 @@ class Message extends Base * @var string */ public $reportUrl; + /** + * Shorten all the URLs present in the message body + * + * @var bool + */ + public $shortenUrls; /** * The date and time of the creation of the message in RFC3339 format (Y-m-d\TH:i:sP) * @var string