![]() |
TwitchLib 3.5.3
|
Class representing a joined channel. More...
Public Member Functions | |
| JoinedChannel (string channel) | |
| JoinedChannel object constructor. More... | |
| void | HandleMessage (ChatMessage message) |
| Handles a message More... | |
Properties | |
| string | Channel [get] |
| The current channel the TwitcChatClient is connected to. More... | |
| ChannelState | ChannelState [get, protected set] |
| Object representing current state of channel (r9k, slow, etc). More... | |
| ChatMessage | PreviousMessage [get, protected set] |
| The most recent message received. More... | |
Class representing a joined channel.
| TwitchLib.Client.Models.JoinedChannel.JoinedChannel | ( | string | channel | ) |
JoinedChannel object constructor.
| void TwitchLib.Client.Models.JoinedChannel.HandleMessage | ( | ChatMessage | message | ) |
Handles a message
|
get |
The current channel the TwitcChatClient is connected to.
|
getprotected set |
Object representing current state of channel (r9k, slow, etc).
|
getprotected set |
The most recent message received.