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

8 lines
168 B
TypeScript

export = AddLiveChatTickerItemAction;
declare class AddLiveChatTickerItemAction {
constructor(data: any);
type: string;
item: any;
duration_sec: any;
}