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