data class BotMuteEvent : GroupEvent, Packet, BotPassiveEvent
Bot 被禁言
<init> |
Bot 被禁言 BotMuteEvent(durationSeconds: Int, operator: Member) |
durationSeconds |
val durationSeconds: Int |
group |
val group: Group |
operator |
操作人. val operator: Member |
broadcast |
广播一个事件的唯一途径. suspend fun <E : Event> E.broadcast(): E |