C# 클래스 qtbot.Modules.YouTube.YouTubeSelector

파일 보기 프로젝트 열기: stepperman/HB-Discord-Bot

공개 프로퍼티들

프로퍼티 타입 설명
messageToDelete List

공개 메소드들

메소드 설명
NewSelector ( CommandArgs cmdArgs, string urlIds ) : YouTubeSelector
YouTubeSelector ( CommandArgs cmdArgs, string urlIds ) : System

Create a new selector and add it to the list

메소드 상세

NewSelector() 공개 정적인 메소드

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

YouTubeSelector() 공개 메소드

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
리턴 System

프로퍼티 상세

messageToDelete 공개적으로 프로퍼티

public List messageToDelete
리턴 List