mirai-core / net.mamoe.mirai.message.data / At / Key

Key

companion object Key : Key<At>

Companion Object Properties

typeName

Key 指代的 Message 类型名. 一般为 class.simpleName, 如 "QuoteReply", "PlainText"

val typeName: String

Companion Object Functions

_lowLevelConstructAtInstance

构造一个 At, 仅供内部使用, 否则可能造成消息无法发出的问题.

fun _lowLevelConstructAtInstance(target: Long, display: String): At