Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.59 KB

Message.md

File metadata and controls

22 lines (18 loc) · 1.59 KB

Bandwidth.Standard.Model.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 DateTime The datetime stamp of the message in ISO 8601 [optional]
SegmentCount int The number of segments the original message from the user is broken into before sending over to carrier networks. [optional]
Direction MessageDirectionEnum [optional]
To List<string> The phone number recipients of the message. [optional]
From string The phone number the message was sent from. [optional]
Media List<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 DateTime The expiration date-time set by the user. [optional]

[Back to Model list] [Back to API list] [Back to README]