Class SendWhatsAppTextRequest
- Namespace
- KadicErp.WebApi.Controllers.Notifications
- Assembly
- KadicErp.WebApi.dll
public sealed record SendWhatsAppTextRequest
- Inheritance
-
object
SendWhatsAppTextRequest
Constructors
SendWhatsAppTextRequest(string, string, string?, Guid?)
public SendWhatsAppTextRequest(string To, string Message, string? ModuleCode = null, Guid? ChannelId = null)
Parameters
To string
Message string
ModuleCode string
ChannelId Guid?
Properties
ChannelId
public Guid? ChannelId { get; init; }
Property Value
- Guid?
Message
public string Message { get; init; }
Property Value
- string
ModuleCode
public string? ModuleCode { get; init; }
Property Value
- string
To
public string To { get; init; }
Property Value
- string