mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-24 06:50:08 +08:00
Add qq.at
This commit is contained in:
parent
7a9cc3938f
commit
b7ca701ba7
@ -15,4 +15,10 @@ inline class At(val target: UInt) : Message {
|
||||
override fun toString(): String = stringValue
|
||||
|
||||
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