Table of Contents

Class GuildThreadListSyncEventArgs

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class GuildThreadListSyncEventArgs : IJsonModel<JsonGuildThreadListSyncEventArgs>
Inheritance
GuildThreadListSyncEventArgs
Implements
Inherited Members

Constructors

GuildThreadListSyncEventArgs(JsonGuildThreadListSyncEventArgs, RestClient)

public GuildThreadListSyncEventArgs(JsonGuildThreadListSyncEventArgs jsonModel, RestClient client)

Parameters

jsonModel JsonGuildThreadListSyncEventArgs
client RestClient

Properties

ChannelIds

public IReadOnlyList<ulong>? ChannelIds { get; }

Property Value

IReadOnlyList<ulong>

GuildId

public ulong GuildId { get; }

Property Value

ulong

Threads

public ImmutableDictionary<ulong, GuildThread> Threads { get; }

Property Value

ImmutableDictionary<ulong, GuildThread>

Users

public IReadOnlyList<ThreadUser> Users { get; }

Property Value

IReadOnlyList<ThreadUser>