mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix messages in DMs
This commit is contained in:
parent
13e3289c26
commit
1c548e9d7b
4 changed files with 19 additions and 3 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue