@SinceMirai("0.36.0") data class FriendDeleteEvent : BotEvent, Packet
好友已被删除的事件.
<init> |
好友已被删除的事件. FriendDeleteEvent(friend: Friend) |
bot |
val bot: Bot |
friend |
val friend: Friend |
friendDeprecated |
val |
broadcast |
广播一个事件的唯一途径. suspend fun <E : Event> E.broadcast(): E |