feat(net-tool): 添加 chat_mode 属性以支持群组、点对点和主题聊天模式
All checks were successful
/ release (push) Successful in 29s

This commit is contained in:
zhaoyingbo 2025-01-12 04:10:40 +00:00
parent 73e18db55e
commit 06a6c5373e

View File

@ -127,6 +127,7 @@ export namespace Lark {
owner_id_type: "open_id" | "user_id"
tenant_key: string
user_count: string
chat_mode: "group" | "p2p" | "topic"
}
export interface BaseRes<T = any> {