Class JsonGuildUserChunkEventArgs
public class JsonGuildUserChunkEventArgs
- Inheritance
-
JsonGuildUserChunkEventArgs
- Inherited Members
-
Constructors
JsonGuildUserChunkEventArgs()
public JsonGuildUserChunkEventArgs()
Properties
ChunkCount
[JsonPropertyName("chunk_count")]
public int ChunkCount { get; set; }
Property Value
- int
ChunkIndex
[JsonPropertyName("chunk_index")]
public int ChunkIndex { get; set; }
Property Value
- int
GuildId
[JsonPropertyName("guild_id")]
public ulong GuildId { get; set; }
Property Value
- ulong
Nonce
[JsonPropertyName("nonce")]
public string? Nonce { get; set; }
Property Value
- string
NotFound
[JsonPropertyName("not_found")]
public ulong[]? NotFound { get; set; }
Property Value
- ulong[]
Presences
[JsonPropertyName("presences")]
public JsonPresence[]? Presences { get; set; }
Property Value
- JsonPresence[]
Users
[JsonPropertyName("members")]
public JsonGuildUser[] Users { get; set; }
Property Value
- JsonGuildUser[]