mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 06:30:13 +08:00
Add doc
This commit is contained in:
parent
90c0c5c549
commit
3238223a3f
@ -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 {
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user