feat: add a couple missing Discord types
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user