mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
live dm action
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user