NewFriendRequestEvent
data class NewFriendRequestEvent @MiraiInternalApi constructor(bot: Bot, eventId: Long, message: String, fromId: Long, fromGroupId: Long, fromNick: String) : AbstractEvent, BotEvent, Packet, FriendInfoChangeEvent
Content copied to clipboard
一个账号请求添加机器人为好友的事件
Constructors
NewFriendRequestEvent
Link copied to clipboard
Functions
Properties
fromGroupId
Link copied to clipboard
isCancelled
Link copied to clipboard
isIntercepted
Link copied to clipboard
Extensions
toRequestEventData
Link copied to clipboard
fun NewFriendRequestEvent.toRequestEventData(): RequestEventData.NewFriendRequest
Content copied to clipboard