Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.47 KB

Message.md

File metadata and controls

25 lines (17 loc) · 1.47 KB

Message

Properties

Name Type Description Notes
id String The id of the message. [optional]
owner String The Bandwidth phone number associated with the message. [optional]
applicationId String The application ID associated with the message. [optional]
time OffsetDateTime The datetime stamp of the message in ISO 8601 [optional]
segmentCount Integer The number of segments the original message from the user is broken into before sending over to carrier networks. [optional]
direction MessageDirectionEnum [optional]
to Set<String> The phone number recipients of the message. [optional]
from String The phone number the message was sent from. [optional]
media Set<String> The list of media URLs sent in the message. Including a `filename` field in the `Content-Disposition` header of the media linked with a URL will set the displayed file name. This is a best practice to ensure that your media has a readable file name. [optional]
text String The contents of the message. [optional]
tag String The custom string set by the user. [optional]
priority PriorityEnum [optional]
expiration OffsetDateTime The expiration date-time set by the user. [optional]