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