YoutubeInsertChatCommand constructor

YoutubeInsertChatCommand()

Implementation

YoutubeInsertChatCommand() {
  argParser
    ..addOption('part',
        defaultsTo: 'snippet',
        help:
            'The part parameter serves two purposes. It identifies the properties that the write operation will set as well as the properties that the API response will include. Set the parameter value to snippet.')
    ..addOption('body',
        mandatory: true,
        help:
            'Provide a liveChatMessage resource [https://developers.google.com/youtube/v3/live/docs/liveChatMessages#resource] in the request body.');
}