tag: deprecated

This commit is contained in:
手瓜一十雪
2024-09-13 15:30:04 +08:00
parent 74185f2d33
commit 45baed2f9a
3 changed files with 25 additions and 5 deletions

View File

@@ -959,3 +959,18 @@ export interface TmpChatInfo {
sessionType: number;
sig: string;
}
export interface MsgReqType {
peer: Peer,
byType: number,
msgId: string,
msgSeq: string,
msgTime: string,
clientSeq: string,
cnt: number,
queryOrder: boolean,
includeSelf: boolean,
includeDeleteMsg: boolean,
extraCnt: number
}
//getMsgsIncludeSelf Peer必须 byType 1
//getMsgsWithMsgTimeAndClientSeqForC2C Peer必须 byType 3