@imput/youtubei.js
Version:
A JavaScript client for YouTube's private API, known as InnerTube. Fork of youtubei.js
10 lines • 315 B
JavaScript
import { YTNode } from '../../helpers.js';
class DimChatItemAction extends YTNode {
constructor(data) {
super();
this.client_assigned_id = data.clientAssignedId;
}
}
DimChatItemAction.type = 'DimChatItemAction';
export default DimChatItemAction;
//# sourceMappingURL=DimChatItemAction.js.map