Skip to main content

SignalWire.Relay.Messaging.SendSource

This object is used as an argument to Send.

Constructors

From Body

ParameterTypeDescription
bodystringThe body of the message.

From Media

ParameterTypeDescription
mediaList<string>A list of URLs to use for the message.

From Body/Media

ParameterTypeDescription
bodystringThe body of the message.
mediaList<string>A list of URLs to use for the message.

Properties

PropertyTypeDescription
BodystringThe body of the message.
MediaList<string>A list of URLs to use for the message.