GuildMembersChunkEvent constructor
const
GuildMembersChunkEvent({})
Implementation
const GuildMembersChunkEvent({
required this.guildId,
required this.members,
required this.chunkIndex,
required this.chunkCount,
this.notFound,
this.presences,
this.nonce,
});