solveNewFriendRequestEvent

abstract suspend fun solveNewFriendRequestEvent(    bot: Bot,     eventId: Long,     fromId: Long,     fromNick: String,     accept: Boolean,     blackList: Boolean)

处理一个账号请求添加机器人为好友的事件