@np-dev/youtubei-js
Version:
A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).
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