IMemberChunkEvent class Null safety
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.
Constructors
Properties
- chunkCount → int
-
Total number of chunks that will be sent.
read-only
- chunkIndex → int
-
Index of current event
read-only
-
guild
→ Cacheable<
Snowflake, IGuild> -
Reference to guild
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
invalidIds
→ Iterable<
Snowflake> ? -
Array of snowflakes which were invalid in search
read-only
-
members
→ Iterable<
IMember> -
Guild members
read-only
- nonce → String?
-
Nonce is used to identify events.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
Id of shard where chunk was received
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited