C# Class qtbot.Modules.YouTube.YouTubeSelector

Exibir arquivo Open project: stepperman/HB-Discord-Bot

Public Properties

Property Type Description
messageToDelete List

Public Methods

Method Description
NewSelector ( CommandArgs cmdArgs, string urlIds ) : YouTubeSelector
YouTubeSelector ( CommandArgs cmdArgs, string urlIds ) : System

Create a new selector and add it to the list

Method Details

NewSelector() public static method

public static NewSelector ( CommandArgs cmdArgs, string urlIds ) : YouTubeSelector
cmdArgs qtbot.CommandPlugin.CommandArgs
urlIds string
return YouTubeSelector

YouTubeSelector() public method

Create a new selector and add it to the list
public YouTubeSelector ( CommandArgs cmdArgs, string urlIds ) : System
cmdArgs qtbot.CommandPlugin.CommandArgs the channel and user it's waiting for a message.
urlIds string all the YouTube url Ids
return System

Property Details

messageToDelete public_oe property

public List messageToDelete
return List