YoutubeDeleteChatCommand constructor

YoutubeDeleteChatCommand()

Implementation

YoutubeDeleteChatCommand() {
  argParser.addOption('id',
      mandatory: true,
      valueHelp: 'id',
      help:
          'The id parameter specifies the YouTube chat message ID of the resource that is being deleted.');
}