mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 20:41:17 +00:00
9 lines
166 B
TypeScript
9 lines
166 B
TypeScript
export = LiveChatActionPanel;
|
|
declare class LiveChatActionPanel {
|
|
constructor(data: any);
|
|
type: string;
|
|
id: any;
|
|
contents: any;
|
|
target_id: any;
|
|
}
|