C# Class OakBot.TwitchConnection

Afficher le fichier Open project: ocgineer/OakBot

Méthodes publiques

Свойство Type Description
clientId string
oAuthToken string
username string

Méthodes publiques

Méthode Description
TwitchConnection ( string username, string clientId, string oAuthToken )

Method Details

TwitchConnection() public méthode

public TwitchConnection ( string username, string clientId, string oAuthToken )
username string
clientId string
oAuthToken string

Property Details

clientId public_oe property

public string clientId
Résultat string

oAuthToken public_oe property

public string oAuthToken
Résultat string

username public_oe property

public string username
Résultat string