Commit b7ca701b authored by Him188's avatar Him188

Add qq.at

parent 7a9cc393
......@@ -15,4 +15,10 @@ inline class At(val target: UInt) : Message {
override fun toString(): String = stringValue
companion object Key : Message.Key<At>
}
\ No newline at end of file
}
/**
* At 这个成员
*/
@Suppress("NOTHING_TO_INLINE")
inline fun QQ.at(): At = At(this)
\ 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