mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 00:56:23 +00:00
refactor: rewrite OAuth and Requester (#90)
* chore: update type declarations * dev: refactor oauth & requester * chore: tidy things up * chore: remove unneeded check
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
class RemoveBannerForLiveChatCommand {
|
||||
type = 'RemoveBannerForLiveChatCommand';
|
||||
|
||||
constructor(data) {
|
||||
this.target_action_id = data.targetActionId;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = RemoveBannerForLiveChatCommand;
|
||||
Reference in New Issue
Block a user