This commit is contained in:
Him188 2020-05-10 02:54:31 +08:00
parent 90c0c5c549
commit 3238223a3f

View File

@ -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 {
/**