Commit f5dda0cc authored by Him188's avatar Him188 Committed by GitHub

Merge pull request #223 from Anders233/patch-1

更改注释
parents 751fa4b5 d3b52732
...@@ -551,7 +551,7 @@ data class NewFriendRequestEvent( ...@@ -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( ...@@ -594,7 +594,7 @@ data class NewFriendRequestEvent(
} }
/** /**
* 机器人被邀请加入群 * 一个账号请求加入群事件
*/ */
@SinceMirai("0.35.0") @SinceMirai("0.35.0")
data class MemberJoinRequestEvent( data class MemberJoinRequestEvent(
...@@ -650,4 +650,4 @@ data class MemberJoinRequestEvent( ...@@ -650,4 +650,4 @@ data class MemberJoinRequestEvent(
runBlocking { bot.ignoreMemberJoinRequest(this@MemberJoinRequestEvent, blackList) } runBlocking { bot.ignoreMemberJoinRequest(this@MemberJoinRequestEvent, blackList) }
} }
// endregion 好友、群认证 // endregion 好友、群认证
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment