kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
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
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
count
Link copied to clipboard
val
count
:
Int
index
Link copied to clipboard
val
index
:
Int