chore: 标准化

This commit is contained in:
手瓜一十雪 2024-08-10 18:18:04 +08:00
parent 18e134b92a
commit 2a9353ee70

View File

@ -6,6 +6,7 @@ export class OB11InputStatusEvent extends OB11BaseNoticeEvent {
status_text = "对方正在输入...";
eventType = 1;
user_id = 0;
group_id = 0;
constructor(user_id: number, eventType: number, status_text: string) {
super();
this.user_id = user_id;