Class GuildUserChunkEventArgs
- Namespace
- NetCord.Gateway
- Assembly
- NetCord.dll
public class GuildUserChunkEventArgs : IJsonModel<JsonGuildUserChunkEventArgs>
- Inheritance
-
GuildUserChunkEventArgs
- Implements
-
- Inherited Members
-
Constructors
GuildUserChunkEventArgs(JsonGuildUserChunkEventArgs, RestClient)
public GuildUserChunkEventArgs(JsonGuildUserChunkEventArgs jsonModel, RestClient client)
Parameters
jsonModel
JsonGuildUserChunkEventArgs
client
RestClient
Properties
ChunkCount
public int ChunkCount { get; }
Property Value
- int
ChunkIndex
public int ChunkIndex { get; }
Property Value
- int
GuildId
public ulong GuildId { get; }
Property Value
- ulong
Nonce
public string? Nonce { get; }
Property Value
- string
NotFound
public IReadOnlyList<ulong>? NotFound { get; }
Property Value
- IReadOnlyList<ulong>
Presences
public IReadOnlyList<Presence>? Presences { get; }
Property Value
- IReadOnlyList<Presence>
Users
public IReadOnlyList<GuildUser> Users { get; }
Property Value
- IReadOnlyList<GuildUser>