Simple Robot 组件 | OneBot
Toggle table of contents
1.7.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | OneBot
simbot-component-onebot-v11-core
/
love.forte.simbot.component.onebot.v11.core.event.messageinteraction
/
OneBotPrivateMessageEventInteractionEvent
One
Bot
Private
Message
Event
Interaction
Event
interface
OneBotPrivateMessageEventInteractionEvent
:
OneBotMessageEventInteractionEvent
(
source
)
OneBot组件中针对
OneBotPrivateMessageEvent
的拦截或通知事件。
Since
1.6.0
Inheritors
OneBotPrivateMessageEventPreReplyEvent
OneBotPrivateMessageEventPostReplyEvent
OneBotGroupPrivateMessageEventInteractionEvent
OneBotFriendMessageEventInteractionEvent
Members
Properties
content
Link copied to clipboard
abstract
override
val
content
:
OneBotPrivateMessageEvent
Inherited properties
bot
Link copied to clipboard
abstract
override
val
bot
:
OneBotBot
component
Link copied to clipboard
open
override
val
component
:
Component
id
Link copied to clipboard
abstract
override
val
id
:
ID
message
Link copied to clipboard
abstract
override
val
message
:
InteractionMessage
time
Link copied to clipboard
abstract
val
time
:
Timestamp
Inherited functions
target
Link copied to clipboard
open
suspend
fun
target
(
)
:
Any
?