@SinceMirai("0.36.0") data class FriendAddEvent : BotEvent, Packet
成功添加了一个新好友的事件
<init> |
成功添加了一个新好友的事件 FriendAddEvent(friend: Friend) |
bot |
val bot: Bot |
friend |
新好友. 已经添加到 Bot.friends val friend: Friend |
friendDeprecated |
val |
broadcast |
广播一个事件的唯一途径. suspend fun <E : Event> E.broadcast(): E |