innertuber-rn
Version:
A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).
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