toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-rest
/
dev.kord.rest.builder.channel
/
GuildChannelPositionModifyBuilder
Guild
Channel
Position
Modify
Builder
class
GuildChannelPositionModifyBuilder
:
RequestBuilder
<
GuildChannelPositionModifyRequest
>
(
source
)
Members
Constructors
Guild
Channel
Position
Modify
Builder
Link copied to clipboard
constructor
(
)
Properties
swaps
Link copied to clipboard
var
swaps
:
MutableList
<
GuildChannelSwapBuilder
>
Functions
move
Link copied to clipboard
fun
move
(
vararg
pairs
:
Pair
<
Snowflake
,
Int
>
)
fun
move
(
pair
:
Pair
<
Snowflake
,
Int
>
)
inline
fun
move
(
channel
:
Snowflake
,
builder
:
GuildChannelSwapBuilder
.
(
)
->
Unit
)
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
GuildChannelPositionModifyRequest