RemoveAttachmentRequest
Namespace: Signal.Bot.Requests
Full Name: Signal.Bot.Requests.RemoveAttachmentRequest
Summary
Represents a request to delete a specific attachment from the bot's storage.
Properties
AttachmentId
The unique identifier of the attachment to delete.
Methods
#ctor
csharp
#ctor(AttachmentId)Represents a request to delete a specific attachment from the bot's storage.
Parameters:
AttachmentId- The unique identifier of the attachment to delete.
