ReplySupportPostReplyEvent
interface ReplySupportPostReplyEvent : ReplySupportInteractionEvent, InternalMessagePostSendEvent(source)
针对 ReplySupport.reply 的内部通知事件。 会在 ReplySupport.reply 执行成功后带着它的相关结果进行异步通知。
注意:尽可能避免在处理此事件的时候再次进行消息发送, 以避免出现循环导致应用程序资源匮乏或无法正常运行。
Since
4.11.0
See also
Inheritors
Properties
Link copied to clipboard
component 默认由 bot.component 提供。
Link copied to clipboard
当前进行行为的 ReplySupport 实例。
Link copied to clipboard
ReplySupport.reply 所尝试进行传递的参数。
Link copied to clipboard
消息发送 (例如 SendSupport.send 或 ReplySupport.reply ) 成功后的结果。