mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-03 15:52:54 +08:00
Add qq.at
This commit is contained in:
parent
7a9cc3938f
commit
b7ca701ba7
@ -16,3 +16,9 @@ inline class At(val target: UInt) : Message {
|
|||||||
|
|
||||||
companion object Key : Message.Key<At>
|
companion object Key : Message.Key<At>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* At 这个成员
|
||||||
|
*/
|
||||||
|
@Suppress("NOTHING_TO_INLINE")
|
||||||
|
inline fun QQ.at(): At = At(this)
|
Loading…
Reference in New Issue
Block a user