Class MmsAudioRequest
Represents an MMS audio message request.
public class MmsAudioRequest : MmsMessageBase, IMessage
- Inheritance
-
MmsAudioRequest
- Implements
- Inherited Members
Properties
Audio
The audio attachment.
[JsonPropertyOrder(8)]
public CaptionedAttachment Audio { get; set; }
Property Value
Channel
The channel to send to.
public override MessagesChannel Channel { get; }
Property Value
MessageType
The type of message to send.
public override MessagesMessageType MessageType { get; }
Property Value
TimeToLive
Time-To-Live (how long a message should exist before it is delivered successfully) in seconds. If a message is not delivered successfully within the TTL time, the message is considered expired and will be rejected if TTL is supported.
[JsonPropertyName("ttl")]
[JsonPropertyOrder(9)]
public int? TimeToLive { get; set; }
Property Value
- int?