SendReceiptsRequest
Namespace: Signal.Bot.Requests
Full Name: Signal.Bot.Requests.SendReceiptsRequest
Summary
Represents a request to send a read receipt, delivery receipt, or viewed receipt for a message.
Properties
Number
The phone number of the Signal account sending the receipt.
ReceiptType
Gets or sets the type of receipt to send (read, viewed, etc.).
Recipient
Gets or sets the phone number of the message sender to whom the receipt is being sent.
Timestamp
Gets or sets the timestamp of the message for which the receipt is being sent.
Methods
#ctor
csharp
#ctor(Number)Represents a request to send a read receipt, delivery receipt, or viewed receipt for a message.
Parameters:
Number- The phone number of the Signal account sending the receipt.
