mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 07:29:38 +00:00
refactor: 标准化
This commit is contained in:
parent
1065003c16
commit
21f4c6ecd0
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user