mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
chore: 标准化
This commit is contained in:
parent
18e134b92a
commit
2a9353ee70
@ -6,6 +6,7 @@ export class OB11InputStatusEvent extends OB11BaseNoticeEvent {
|
|||||||
status_text = "对方正在输入...";
|
status_text = "对方正在输入...";
|
||||||
eventType = 1;
|
eventType = 1;
|
||||||
user_id = 0;
|
user_id = 0;
|
||||||
|
group_id = 0;
|
||||||
constructor(user_id: number, eventType: number, status_text: string) {
|
constructor(user_id: number, eventType: number, status_text: string) {
|
||||||
super();
|
super();
|
||||||
this.user_id = user_id;
|
this.user_id = user_id;
|
||||||
|
Loading…
Reference in New Issue
Block a user