kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Target filter
common
Switch theme
Search in API
Skip to content
kord
kord-common
/
dev.kord.common.entity
/
DiscordShard
Discord
Shard
@
Serializable
(
with
=
DiscordShard.Serializer::class
)
data
class
DiscordShard
(
val
index
:
Int
,
val
count
:
Int
)
(
source
)
An instance of a
Discord shard
.
Members
Constructors
Discord
Shard
Link copied to clipboard
constructor
(
index
:
Int
,
count
:
Int
)
Properties
count
Link copied to clipboard
val
count
:
Int
index
Link copied to clipboard
val
index
:
Int