feat: GetGroupIgnoredNotifies

This commit is contained in:
Wesley F. Young
2024-08-29 17:08:36 +08:00
parent 09cd06a572
commit 9ebd10e361
6 changed files with 45 additions and 57 deletions

View File

@@ -182,8 +182,7 @@ export interface NodeIKernelGroupService {
destroyGroup(groupCode: string): void;
//获取单屏群通知列表
getSingleScreenNotifies(force: boolean, start_seq: string, num: number): Promise<GeneralCallResult>;
getSingleScreenNotifies(doubted: boolean, start_seq: string, num: number): Promise<GeneralCallResult>;
clearGroupNotifies(groupCode: string): void;