Commit 3238223a authored by Him188's avatar Him188

Add doc

parent 90c0c5c5
......@@ -30,7 +30,13 @@ import kotlin.jvm.JvmSynthetic
*/
data class At
@Suppress("DataClassPrivateConstructor")
private constructor(val target: Long, val display: String) :
private constructor(
val target: Long,
/**
* "@群员名片"
*/
val display: String
) : // don't change
MessageContent {
/**
......
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