mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-27 08:39:23 +00:00
chore: clean up build steps
This commit is contained in:
12
src/parser/classes/livechat/ShowLiveChatTooltipCommand.js
Normal file
12
src/parser/classes/livechat/ShowLiveChatTooltipCommand.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import Parser from '../../index';
|
||||
|
||||
import { YTNode } from '../../helpers';
|
||||
|
||||
class ShowLiveChatTooltipCommand extends YTNode {
|
||||
static type = 'ShowLiveChatTooltipCommand';
|
||||
constructor(data) {
|
||||
super();
|
||||
this.tooltip = Parser.parse(data.tooltip);
|
||||
}
|
||||
}
|
||||
export default ShowLiveChatTooltipCommand;
|
||||
Reference in New Issue
Block a user