MCPcopy
hub / github.com/chen-zeong/DTV / DanmakuMessage

Interface DanmakuMessage

web/src/components/player/types.ts:10–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export interface DanmakuMessage {
11 id?: string;
12 type?: string;
13 isSystem?: boolean;
14 uid?: string;
15 nickname: string;
16 level?: string;
17 content: string;
18 badgeName?: string;
19 badgeLevel?: string;
20 color?: string;
21 room_id?: string;
22}
23
24export interface DanmuOverlayInstance {
25 sendComment?: (comment: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected