unmute

abstract suspend fun unmute(type: Int): Boolean(source)
open suspend fun unmute(type: MuteType): Boolean(source)

取消频道成员的静音状态。

type 的值可参考静音API CreateGuildMuteApi 的参数 typeMuteType

当取消一个成员的某类型静音状态时,也会同时清除可能由 mute 的"有效期"能力而产生的延时任务。

Throws

API 请求过程中产生的异常

API 请求过程中产生的异常


open suspend fun unmute(): Boolean(source)

取消频道成员的麦克风静音状态。

更多详细描述参考存在 type 参数的 unmute API。