mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-20 04:51:16 +00:00
8 lines
145 B
TypeScript
8 lines
145 B
TypeScript
export = AddChatItemAction;
|
|
declare class AddChatItemAction {
|
|
constructor(data: any);
|
|
type: string;
|
|
item: any;
|
|
client_id: any;
|
|
}
|