kord-gateway
common
kord-gateway
/
dev.kord.gateway.builder
/
Shards
Shards
data
class
Shards
(
val
totalShards
:
Int
,
val
indices
:
Iterable
<
Int
>
=
0 until totalShards
)
(
source
)
Members
Constructors
Shards
Link copied to clipboard
constructor
(
totalShards
:
Int
,
indices
:
Iterable
<
Int
>
=
0 until totalShards
)
Properties
indices
Link copied to clipboard
val
indices
:
Iterable
<
Int
>
total
Shards
Link copied to clipboard
val
totalShards
:
Int