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