TwitchLib 3.5.3
Loading...
Searching...
No Matches
TwitchLib.Client.Models.JoinedChannel Class Reference

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...
 

Detailed Description

Class representing a joined channel.

Constructor & Destructor Documentation

◆ JoinedChannel()

TwitchLib.Client.Models.JoinedChannel.JoinedChannel ( string  channel)

JoinedChannel object constructor.

Member Function Documentation

◆ HandleMessage()

void TwitchLib.Client.Models.JoinedChannel.HandleMessage ( ChatMessage  message)

Handles a message

Property Documentation

◆ Channel

string TwitchLib.Client.Models.JoinedChannel.Channel
get

The current channel the TwitcChatClient is connected to.

◆ ChannelState

ChannelState TwitchLib.Client.Models.JoinedChannel.ChannelState
getprotected set

Object representing current state of channel (r9k, slow, etc).

◆ PreviousMessage

ChatMessage TwitchLib.Client.Models.JoinedChannel.PreviousMessage
getprotected set

The most recent message received.


The documentation for this class was generated from the following file: