mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(bot): add -clear-attachments flag to pk;edit (#700)
This commit is contained in:
parent
1c9b7fae99
commit
83d1a08aaf
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