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

FriendDeleteEvent

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

好友已被删除的事件.

Constructors

<init>

好友已被删除的事件.

FriendDeleteEvent(friend: Friend)

Properties

bot

val bot: Bot

friend

val friend: Friend

friendDeprecated

val friendDeprecated: QQ

Extension Functions

broadcast

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

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