mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-20 21:50:10 +08:00
fix
This commit is contained in:
parent
cd781c4cf6
commit
f7556b5af3
@ -115,7 +115,7 @@ export interface GroupEssenceMsg {
|
|||||||
add_digest_uin: string;
|
add_digest_uin: string;
|
||||||
add_digest_nick: string;
|
add_digest_nick: string;
|
||||||
add_digest_time: number;
|
add_digest_time: number;
|
||||||
msg_content: unknown[];
|
msg_content: { msg_type: number, text?: string, image_url?: string }[];
|
||||||
can_be_removed: true;
|
can_be_removed: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user