mute

abstract suspend fun mute(durationSeconds: Int)

禁言这个群成员 durationSeconds 秒, 在机器人无权限操作时抛出 PermissionDeniedException.

QQ 中最小操作和显示的时间都是一分钟. 机器人可以实现精确到秒, 会被客户端显示为 1 分钟但不影响实际禁言时间.

管理员可禁言成员, 群主可禁言管理员和群员.

Parameters

durationSeconds

持续时间. 精确到秒. 最短 0 秒, 最长 30 天. 超过范围则会抛出异常 IllegalStateException.

See also

判断此成员是否正处于禁言状态中

取消禁言此成员

成员被禁言事件

Bot 被禁言事件

支持 Kotlin kotlin.time.Duration 的扩展