Table of Contents

Class SendWhatsAppMediaRequest

Namespace
KadicErp.WebApi.Controllers.Notifications
Assembly
KadicErp.WebApi.dll
public sealed record SendWhatsAppMediaRequest
Inheritance
object
SendWhatsAppMediaRequest

Constructors

SendWhatsAppMediaRequest(string, string, string?, Guid?)

public SendWhatsAppMediaRequest(string To, string MediaUrl, string? Caption = null, Guid? ChannelId = null)

Parameters

To string
MediaUrl string
Caption string
ChannelId Guid?

Properties

Caption

public string? Caption { get; init; }

Property Value

string

ChannelId

public Guid? ChannelId { get; init; }

Property Value

Guid?

MediaUrl

public string MediaUrl { get; init; }

Property Value

string

To

public string To { get; init; }

Property Value

string