mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
feat: add a couple missing Discord types
This commit is contained in:
parent
dfc9f8fcfb
commit
47e15e3acb
2 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ public record Message
|
|||
public Reaction[] Reactions { get; init; }
|
||||
public bool Pinned { get; init; }
|
||||
public ulong? WebhookId { get; init; }
|
||||
public ulong? ApplicationId { get; init; }
|
||||
public MessageType Type { get; init; }
|
||||
public Reference? MessageReference { get; set; }
|
||||
public MessageFlags Flags { get; init; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue