mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-30 09:55:18 +00:00
7 lines
152 B
TypeScript
7 lines
152 B
TypeScript
export = ReplaceChatItemAction;
|
|
declare class ReplaceChatItemAction {
|
|
constructor(data: any);
|
|
target_item_id: any;
|
|
replacement_item: any;
|
|
}
|