diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.gateway.events
/
GuildMembersChunk
Guild
Members
Chunk
@
Serializable
data
class
GuildMembersChunk
(
val
guildId
:
String
,
val
members
:
List
<
GuildMember
>
,
val
chunkIndex
:
Int
,
val
chunkCount
:
Int
,
val
notFoundIds
:
List
<
String
>
=
emptyList()
)
(
source
)
Members
Constructors
Guild
Members
Chunk
Link copied to clipboard
constructor
(
guildId
:
String
,
members
:
List
<
GuildMember
>
,
chunkIndex
:
Int
,
chunkCount
:
Int
,
notFoundIds
:
List
<
String
>
=
emptyList()
)
Properties
chunk
Count
Link copied to clipboard
@
SerialName
(
value
=
"chunk_count"
)
val
chunkCount
:
Int
chunk
Index
Link copied to clipboard
@
SerialName
(
value
=
"chunk_index"
)
val
chunkIndex
:
Int
guild
Id
Link copied to clipboard
@
SerialName
(
value
=
"guild_id"
)
val
guildId
:
String
members
Link copied to clipboard
@
SerialName
(
value
=
"members"
)
val
members
:
List
<
GuildMember
>
not
Found
Ids
Link copied to clipboard
@
SerialName
(
value
=
"not_found"
)
val
notFoundIds
:
List
<
String
>