Commit b50a6259 authored by Him188's avatar Him188

Clarify docs

parent 5b60f9b8
...@@ -6,7 +6,7 @@ import net.mamoe.mirai.contact.QQ ...@@ -6,7 +6,7 @@ import net.mamoe.mirai.contact.QQ
/** /**
* At 一个人 * At 一个人. 只能发送给一个群.
*/ */
inline class At(val target: UInt) : Message { inline class At(val target: UInt) : Message {
constructor(target: QQ) : this(target.id) constructor(target: QQ) : this(target.id)
......
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