mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 18:50:13 +00:00
feat: add -clear-attachments flag to pk;edit
This commit is contained in:
parent
10d45d3a1a
commit
11390a4fc7
4 changed files with 13 additions and 5 deletions
|
|
@ -15,4 +15,7 @@ public record WebhookMessageEditRequest
|
|||
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
|
||||
public Optional<Embed[]?> Embeds { get; init; }
|
||||
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
|
||||
public Optional<Message.Attachment[]?> Attachments { get; init; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue