C# Class TwitchLib.Events.Client.OnJoinedChannelArgs

Args representing on channel joined event.
Inheritance: System.EventArgs
Show file Open project: swiftyspiffy/TwitchLib Class Usage Examples

Public Properties

Property Type Description
Channel string
Username string

Property Details

Channel public property

Property representing the channel that was joined.
public string Channel
return string

Username public property

Property representing bot username.
public string Username
return string