Fix messages in DMs

This commit is contained in:
Ske
2021-03-18 11:28:11 +01:00
parent 13e3289c26
commit 1c548e9d7b
4 changed files with 19 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
public bool? Nsfw { get; init; }
public ulong? ParentId { get; init; }
public Overwrite[]? PermissionOverwrites { get; init; }
public User[]? Recipients { get; init; }
public User[]? Recipients { get; init; } // NOTE: this may be null for stub channel objects
public record Overwrite
{