update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
export type GetAutoDeleteChatResponse = {
|
||||
convers: {
|
||||
destId: string;
|
||||
isGroup: boolean;
|
||||
ttl: number;
|
||||
createdAt: number;
|
||||
}[];
|
||||
};
|
||||
export declare const getAutoDeleteChatFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => () => Promise<GetAutoDeleteChatResponse>;
|
||||
Reference in New Issue
Block a user