feat(net-tool): 添加 chat_mode 属性以支持群组、点对点和主题聊天模式
All checks were successful
/ release (push) Successful in 29s
All checks were successful
/ release (push) Successful in 29s
This commit is contained in:
parent
73e18db55e
commit
06a6c5373e
@ -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> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user