mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-24 07:11:48 +00:00
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
export = ShowLiveChatActionPanelAction;
|
|
declare class ShowLiveChatActionPanelAction {
|
|
constructor(data: any);
|
|
type: string;
|
|
panel_to_show: any;
|
|
}
|