mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-25 07:42:11 +00:00
8 lines
168 B
TypeScript
8 lines
168 B
TypeScript
export = AddLiveChatTickerItemAction;
|
|
declare class AddLiveChatTickerItemAction {
|
|
constructor(data: any);
|
|
type: string;
|
|
item: any;
|
|
duration_sec: any;
|
|
}
|