tag: deprecated

This commit is contained in:
手瓜一十雪
2024-09-13 15:30:04 +08:00
parent 5754c025ca
commit 65bfc19ff3
3 changed files with 25 additions and 5 deletions

View File

@@ -94,6 +94,7 @@ export class NTQQMsgApi {
pageLimit: 1,
});
}
//@deprecated
async getMsgsBySeqAndCount(peer: Peer, seq: string, count: number, desc: boolean, z: boolean) {
return await this.context.session.getMsgService().getMsgsBySeqAndCount(peer, seq, count, desc, z);
}