Class ChannelMms
Represents an MMS channel for multimedia messaging.
public record ChannelMms : IEquatable<ChannelMms>
- Inheritance
-
ChannelMms
- Implements
- Inherited Members
Constructors
ChannelMms(string)
Represents an MMS channel for multimedia messaging.
public ChannelMms(string Number)
Parameters
NumberstringThe phone number associated with this MMS channel.
Properties
Number
The phone number associated with this MMS channel.
[JsonPropertyName("number")]
public string Number { get; init; }