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

9 lines
166 B
TypeScript

export = LiveChatActionPanel;
declare class LiveChatActionPanel {
constructor(data: any);
type: string;
id: any;
contents: any;
target_id: any;
}