solveMemberJoinRequestEvent

abstract suspend fun solveMemberJoinRequestEvent(    bot: Bot,     eventId: Long,     fromId: Long,     fromNick: String,     groupId: Long,     accept: Boolean?,     blackList: Boolean,     message: String = "")

处理账号请求加入群事件