mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-24 09:00:06 +08:00
fix: fetchFavEmojiList
This commit is contained in:
parent
0085bd8a1f
commit
0000ec8b5b
@ -327,8 +327,7 @@ export interface NodeIKernelMsgService {
|
||||
|
||||
setPttPlayedState(...args: unknown[]): unknown;
|
||||
|
||||
//uk1 uk2 true
|
||||
fetchFavEmojiList(str: string, num: number, uk1: boolean, uk2: boolean): Promise<GeneralCallResult & {
|
||||
fetchFavEmojiList(str: string, num: number, backward: boolean, forceRefresh: boolean): Promise<GeneralCallResult & {
|
||||
emojiInfoList: Array<{
|
||||
uin: string,
|
||||
emoId: number,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user