Class GuildMembersChunkedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for GuildMembersChunked event.
public class GuildMembersChunkedEventArgs : DiscordEventArgs
- Inheritance
-
GuildMembersChunkedEventArgs
Properties
- ChunkCount
Gets the total amount of chunks for the request.
- ChunkIndex
Gets the current chunk index from the response.
- Guild
Gets the guild that requested this chunk.
- Members
Gets the collection of members returned from this chunk.
- Nonce
Gets the unique string used to identify the request, if specified.
- NotFound
Gets the returned Ids that were not found in the chunk, if specified.
- Presences
Gets the collection of presences returned from this chunk, if specified.