live dm action

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-16 17:35:54 +08:00
parent 3fb9e22378
commit 6c361a047b
7 changed files with 208 additions and 276 deletions

View File

@@ -21,7 +21,17 @@ class LiveDanmaku extends DanmakuExtra {
final Object id;
@override
final Object mid;
final String uname;
const LiveDanmaku({required this.id, required this.mid, required this.uname});
final int dmType;
final Object ts;
final Object ct;
const LiveDanmaku({
required this.id,
required this.mid,
required this.dmType,
required this.ts,
required this.ct,
});
}