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