mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
refactor: 标准化
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { OB11GroupNoticeEvent } from './OB11GroupNoticeEvent';
|
||||
export class OB11GroupEssenceEvent extends OB11GroupNoticeEvent {
|
||||
notice_type = 'group_essence';
|
||||
notice_type = 'essence';
|
||||
message_id: number;
|
||||
sub_type: 'add' | 'delete' = "add";
|
||||
|
||||
constructor(groupId: number, message_id: number) {
|
||||
super();
|
||||
|
Reference in New Issue
Block a user