Chat

C# Methods for YouTube > Chat

SendYouTubeMessage

public void SendYouTubeMessage(string message, bool bot = true)

GetYouTubeUsersVar<T>

public List<UserVariableValue<T>> GetYouTubeUsersVar<T>(string varName, bool persisted = true)

GetYouTubeUserVar<T>

public T GetYouTubeUserVar<T>(string userName, string varName, bool persisted = true)

GetYouTubeUserVarById<T>

public T GetYouTubeUserVarById<T>(string userId, string varName, bool persisted = true)

IncrementAllYouTubeUsersVar

public void IncrementAllYouTubeUsersVar(string varName, object value, bool persisted = true)

IncrementOrCreateYouTubeUsersVarById

public void IncrementOrCreateYouTubeUsersVarById(List<string> userIds, string varName, object value, bool persisted = true)

IncrementYouTubeUsersVarById

public void IncrementYouTubeUsersVarById(List<string> userIds, string varName, object value, bool persisted = true)

SetYouTubeUsersVarById

public void SetYouTubeUsersVarById(List<string> userIds, string varName, object value, bool persisted = true)

SetYouTubeUserVar

public void SetYouTubeUserVar(string userName, string varName, object value, bool persisted = true)

SetYouTubeUserVarById

public void SetYouTubeUserVarById(string userId, string varName, object value, bool persisted = true)

UnsetYouTubeUser

public void UnsetYouTubeUser(string userName, bool persisted = true)

UnsetYouTubeUserById

public void UnsetYouTubeUserById(string userId, bool persisted = true)

UnsetYouTubeUserVar

public void UnsetYouTubeUserVar(string userName, string varName, bool persisted = true)

UnsetYouTubeUserVarById

public void UnsetYouTubeUserVarById(string userId, string varName, bool persisted = true)

YouTubeGetBot

public YouTubeUserInfo YouTubeGetBot()

YouTubeGetBroadcaster

public YouTubeUserInfo YouTubeGetBroadcaster()