MemberChunkEvent class

Sent in response to GUILD_REQUENT_MEMBERS websocket command. You can use the chunk_index and chunk_count to calculate how many chunks are left for your request.

Properties

chunkCount int
Total number of chunks that will be sent.
latefinal
chunkIndex int
Set of presences if requested Index of current event
latefinal
guild Cacheable<Snowflake, Guild>
Reference to guild
latefinal
hashCode int
The hash code for this object.
no setterinherited
invalidIds Iterable<Snowflake>?
Array of snowflakes which were invalid in search
getter/setter pair
members Iterable<Member>
Guild members
latefinal
nonce String?
Nonce is used to identify events.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shardId int
Id of shard where chunk was received
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited