changePosition

open suspend fun changePosition(position: Int): Flow<Role>(source)

Requests to change the position of this role.

This request will execute regardless of the consumption of the return value.

Return

The roles in of this guild in updated order.

Throws

if something went wrong during the request.