update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import { ThreadType } from "../models/index.js";
|
||||
export type SetPinnedConversationsResponse = "";
|
||||
export declare const setPinnedConversationsFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (pinned: boolean, threadId: string | string[], type?: ThreadType) => Promise<"">;
|
||||
Reference in New Issue
Block a user