C# Class TwitchLib.Events.Client.OnJoinedChannelArgs

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

Public Properties

Property Type Description
Channel string
Username string

Property Details

Channel public_oe property

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

Username public_oe property

Property representing bot username.
public string Username
return string