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