SignalWire.Relay.Messaging.SendSource
This object is used as an argument to Send.
Constructors
From Body
Parameter | Type | Description |
---|---|---|
body | string | The body of the message. |
From Media
Parameter | Type | Description |
---|---|---|
media | List<string> | A list of URLs to use for the message. |
From Body/Media
Parameter | Type | Description |
---|---|---|
body | string | The body of the message. |
media | List<string> | A list of URLs to use for the message. |
Properties
Property | Type | Description |
---|---|---|
Body | string | The body of the message. |
Media | List<string> | A list of URLs to use for the message. |