mirai-core / net.mamoe.mirai.message.data / OnlineMessageSource / Outgoing / ToFriend

ToFriend

abstract class ToFriend : Outgoing

Types

Key

companion object Key : Key<ToFriend>

Constructors

<init>

ToFriend()

Properties

subject

消息主体. 群消息时为 Group. 好友消息时为 QQ, 临时消息为 Member 不论是机器人接收的消息还是发送的消息, 此属性都指向机器人能进行回复的目标.

val subject: Friend

target

消息发送目标. 可能为 机器人好友. 即类型必定为 Bot, QQGroup

abstract val target: Friend

Companion Object Properties

typeName

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

val typeName: String