Files
YouTube.js/typings/lib/parser/classes/livechat/ShowLiveChatActionPanelAction.d.ts
2022-07-11 06:13:21 -03:00

7 lines
158 B
TypeScript

export = ShowLiveChatActionPanelAction;
declare class ShowLiveChatActionPanelAction {
constructor(data: any);
type: string;
panel_to_show: any;
}