feat: fetch_emoji_like

This commit is contained in:
手瓜一十雪
2024-08-05 20:33:24 +08:00
parent 927feaaaad
commit c32ed2d6a1
6 changed files with 46 additions and 3 deletions

View File

@@ -67,6 +67,10 @@ setTimeout(() => {
// }, 25000)
export class NTQQMsgApi {
static async getMsgEmojiLikesList(peer: Peer, msgSeq: string, emojiId: string, emojiType: string, count: number = 20) {
console.log(peer, msgSeq, emojiId, emojiType, count);
return napCatCore.session.getMsgService().getMsgEmojiLikesList(peer, msgSeq, emojiId, emojiType, "", false, 20)
}
// static napCatCore: NapCatCore | null = null;
// enum BaseEmojiType {
// NORMAL_EMOJI,