OneBotInternalMessageInteractionEvent

interface OneBotInternalMessageInteractionEvent : OneBotInternalEvent, InternalMessageInteractionEvent(source)

OneBot 组件中与 Message 交互有关的事件。

Since

4.6.0

Author

ForteScarlet

Inheritors

Inherited properties

Link copied to clipboard
abstract val content: Any
Link copied to clipboard
abstract override val id: ID
Link copied to clipboard
abstract val message: InteractionMessage
Link copied to clipboard
abstract val time: Timestamp

Inherited functions

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