IMemberChunkEvent class abstract

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

IMemberChunkEvent()

Properties

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

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