mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 18:00:33 +08:00
Clarify docs
This commit is contained in:
parent
5b60f9b8a2
commit
b50a6259d4
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user