SendSupportPreSendEvent
interface SendSupportPreSendEvent : SendSupportInteractionEvent, InternalMessagePreSendEvent(source)
针对 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
可以进行修改的 InteractionMessage 内容,会在事件处理完成后被替换为原本的参数。
Link copied to clipboard
进行交互的消息内容,例如 SendSupport.send 或 ReplySupport.reply 调用时传递的参数。