Table of Contents

Class ChannelMms

Namespace
Vonage.Users
Assembly
Vonage.dll

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

Number string

The phone number associated with this MMS channel.

Properties

Number

The phone number associated with this MMS channel.

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

Property Value

string