feat: add a couple missing Discord types
This commit is contained in:
parent
dfc9f8fcfb
commit
47e15e3acb
@ -18,6 +18,9 @@ public record GatewayIdentify
|
|||||||
|
|
||||||
public GatewayIntent Intents { get; init; }
|
public GatewayIntent Intents { get; init; }
|
||||||
|
|
||||||
|
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
|
||||||
|
public GatewayStatusUpdate? Presence { get; init; }
|
||||||
|
|
||||||
public record ConnectionProperties
|
public record ConnectionProperties
|
||||||
{
|
{
|
||||||
[JsonPropertyName("$os")] public string Os { get; init; }
|
[JsonPropertyName("$os")] public string Os { get; init; }
|
||||||
|
@ -57,6 +57,7 @@ public record Message
|
|||||||
public Reaction[] Reactions { get; init; }
|
public Reaction[] Reactions { get; init; }
|
||||||
public bool Pinned { get; init; }
|
public bool Pinned { get; init; }
|
||||||
public ulong? WebhookId { get; init; }
|
public ulong? WebhookId { get; init; }
|
||||||
|
public ulong? ApplicationId { get; init; }
|
||||||
public MessageType Type { get; init; }
|
public MessageType Type { get; init; }
|
||||||
public Reference? MessageReference { get; set; }
|
public Reference? MessageReference { get; set; }
|
||||||
public MessageFlags Flags { get; init; }
|
public MessageFlags Flags { get; init; }
|
||||||
|
Loading…
Reference in New Issue
Block a user