mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
refactor: 标准化
This commit is contained in:
parent
7141ba1587
commit
8d18d2ce1f
@ -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…
x
Reference in New Issue
Block a user