Add qq.at

This commit is contained in:
Him188 2019-12-09 14:13:41 +08:00
parent 7a9cc3938f
commit b7ca701ba7

View File

@ -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)