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