GuildRolePositionModifyRequest

@Serializable(with = GuildRolePositionModifyRequest.Serializer::class)
data class GuildRolePositionModifyRequest(val swaps: List<Pair<Snowflake, Int>>)(source)

Constructors

Link copied to clipboard
constructor(swaps: List<Pair<Snowflake, Int>>)

Properties

Link copied to clipboard
val swaps: List<Pair<Snowflake, Int>>