update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
import { ThreadType } from "../models/index.js";
|
||||
export type SendSeenEventResponse = {
|
||||
status: number;
|
||||
};
|
||||
export type SendSeenEventMessageParams = {
|
||||
msgId: string;
|
||||
cliMsgId: string;
|
||||
uidFrom: string;
|
||||
idTo: string;
|
||||
msgType: string;
|
||||
st: number;
|
||||
at: number;
|
||||
cmd: number;
|
||||
ts: string | number;
|
||||
};
|
||||
export declare const sendSeenEventFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (messages: SendSeenEventMessageParams | SendSeenEventMessageParams[], type?: ThreadType) => Promise<SendSeenEventResponse>;
|
||||
Reference in New Issue
Block a user