BaseForwardCallback
约 95 字小于 1 分钟
2025-10-13
Karin API Docs / BaseForwardCallback
类型别名: BaseForwardCallback()\<T\>
BaseForwardCallback<
T
> = (contact
,elements
,options
,next
) =>T
|Promise<T>
定义于: packages/core/src/types/hooks/message.ts:81
基础转发消息回调类型
类型参数
T
T
参数
contact
联系人
elements
消息元素
options
转发选项
ForwardOptions
| undefined
next
继续执行下一个钩子的函数
返回
T
| Promise<T>