Table of Contents

Class ChannelWhatsApp

Namespace
Vonage.Users
Assembly
Vonage.dll

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

Number string

The phone number associated with this WhatsApp channel.

Properties

Number

The phone number associated with this WhatsApp channel.

[JsonPropertyName("number")]
public string Number { get; init; }

Property Value

string