The Id of the channel to send them to
Instance Method
moveMember(_:to:then:)
Moves a member to another voice channel (if they are in one)
Declaration
func moveMember(_ userId: Snowflake, to channelId: Snowflake, then completion: ((RequestError?) -> Void)? = nil)
Parameters
channelId
-