Preliminary support for APIv9 and threads
This commit is contained in:
11
Myriad/Gateway/Events/ThreadListSyncEvent.cs
Normal file
11
Myriad/Gateway/Events/ThreadListSyncEvent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Myriad.Types;
|
||||
|
||||
namespace Myriad.Gateway
|
||||
{
|
||||
public record ThreadListSyncEvent: IGatewayEvent
|
||||
{
|
||||
public ulong GuildId { get; init; }
|
||||
public ulong[]? ChannelIds { get; init; }
|
||||
public Channel[] Threads { get; init; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user