Class GuildThreadListSyncEventArgs
public class GuildThreadListSyncEventArgs : IJsonModel<JsonGuildThreadListSyncEventArgs>
- Inheritance
-
GuildThreadListSyncEventArgs
- Implements
- Inherited Members
Constructors
GuildThreadListSyncEventArgs(JsonGuildThreadListSyncEventArgs, RestClient, IDictionaryProvider)
public GuildThreadListSyncEventArgs(JsonGuildThreadListSyncEventArgs jsonModel, RestClient client, IDictionaryProvider dictionaryProvider)
Parameters
jsonModel
JsonGuildThreadListSyncEventArgsclient
RestClientdictionaryProvider
IDictionaryProvider
Properties
ChannelIds
public IReadOnlyList<ulong>? ChannelIds { get; }
Property Value
GuildId
public ulong GuildId { get; }
Property Value
Threads
public IReadOnlyDictionary<ulong, GuildThread> Threads { get; }
Property Value
Users
public IReadOnlyList<ThreadUser> Users { get; }