Table of Contents

Class SendWhatsAppTextRequest

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

Constructors

SendWhatsAppTextRequest(string, string, Guid?)

public SendWhatsAppTextRequest(string To, string Message, Guid? ChannelId = null)

Parameters

To string
Message string
ChannelId Guid?

Properties

ChannelId

public Guid? ChannelId { get; init; }

Property Value

Guid?

Message

public string Message { get; init; }

Property Value

string

To

public string To { get; init; }

Property Value

string