SendSupportInteractionEvent

针对 SendSupport 的内部交互事件,包括送信前的拦截与送信成功后的通知。

Since

4.11.0

Author

ForteScarlet

See also

Inheritors

Properties

Link copied to clipboard
abstract val bot: Bot

相关的 Bot

Link copied to clipboard
open override val component: Component

component 默认由 bot.component 提供。

Link copied to clipboard
abstract override val content: SendSupport

当前进行行为的 SendSupport 实例。

Link copied to clipboard
abstract override val id: ID

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

Link copied to clipboard

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

Link copied to clipboard
abstract val time: Timestamp

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