move

suspend fun move(channelId: Snowflake, selfMute: Boolean = false, selfDeaf: Boolean = false)(source)

Sends a gateway command to update the connection in the current guild.

Parameters

channelId

the id of the channel to move to.

selfMute

whether to self mute.

selfDeaf

whether to self deaf.