Merge pull request #223 from Anders233/patch-1

更改注释
This commit is contained in:
Him188 2020-04-11 14:01:38 +08:00 committed by GitHub
commit f5dda0cc64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -551,7 +551,7 @@ data class NewFriendRequestEvent(
*/ */
val eventId: Long, val eventId: Long,
/** /**
* 入群申请消息 * 申请好友消息
*/ */
val message: String, val message: String,
/** /**
@ -594,7 +594,7 @@ data class NewFriendRequestEvent(
} }
/** /**
* 机器人被邀请加入群 * 一个账号请求加入群事件
*/ */
@SinceMirai("0.35.0") @SinceMirai("0.35.0")
data class MemberJoinRequestEvent( data class MemberJoinRequestEvent(