forked from EduCraft/curriculum-project-hub
fix(hub): 保留飞书回复上下文
This commit is contained in:
@@ -23,9 +23,17 @@ export interface FeishuRuntime {
|
||||
|
||||
/** Raw `im.message.receive_v1` event payload. */
|
||||
export interface MessageReceiveEvent {
|
||||
/** Feishu's SDK dispatcher flattens v2 headers onto the top-level payload. */
|
||||
readonly event_id?: string;
|
||||
readonly event_type?: string;
|
||||
readonly header?: { readonly event_id?: string; readonly event_type?: string };
|
||||
readonly message: {
|
||||
readonly message_id: string;
|
||||
readonly root_id?: string;
|
||||
readonly parent_id?: string;
|
||||
readonly thread_id?: string;
|
||||
readonly create_time?: string;
|
||||
readonly update_time?: string;
|
||||
readonly chat_id: string;
|
||||
readonly chat_type: string;
|
||||
readonly message_type: string;
|
||||
|
||||
Reference in New Issue
Block a user