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