mirai-core / net.mamoe.mirai.event.events / FriendAddEvent

FriendAddEvent

@SinceMirai("0.36.0") data class FriendAddEvent : BotEvent, Packet

成功添加了一个新好友的事件

Constructors

<init>

成功添加了一个新好友的事件

FriendAddEvent(friend: Friend)

Properties

bot

val bot: Bot

friend

新好友. 已经添加到 Bot.friends

val friend: Friend

friendDeprecated

val friendDeprecated: QQ

Extension Functions

broadcast

广播一个事件的唯一途径.

suspend fun <E : Event> E.broadcast(): E