Properties

Link copied to clipboard
abstract val content: Any

进行消息交互的实体。 实体取决于当前被拦截的主要源目标, 例如一个 SendSupport (参考 SendSupportInteractionEvent) 或一个 ReplySupport (参考 ReplySupportInteractionEvent)。

Link copied to clipboard

进行交互的消息内容,例如 SendSupport.sendReplySupport.reply 调用时传递的参数。

Inherited properties

Link copied to clipboard
abstract override val id: ID

事件的ID。 如果平台事件中不存在可用ID,则此值可能为一个随机值。

Link copied to clipboard
abstract val time: Timestamp

事件发生的时间或此事件被接收到的时间。

Functions

Link copied to clipboard
open suspend fun target(): Any?

消息的发送目标/目的地。