C# Class Hardly.Library.Twitch.TwitchChatRoom

Afficher le fichier Open project: hardlydifficult/HardlyBot Class Usage Examples

Méthodes publiques

Свойство Type Description
factory ITwitchFactory
pointManager ChannelPointManager
twitchConnection TwitchConnection

Méthodes publiques

Méthode Description
SendChatMessage ( string message ) : void
SendWhisper ( TwitchUser speakee, string message ) : void
Timeout ( TwitchUser speaker, System.TimeSpan timeSpan ) : void
TwitchChatRoom ( ITwitchFactory factory, TwitchIrcConnection chatConnection, TwitchIrcConnection whisperConnection, TwitchConnection twitchConnection ) : System

Private Methods

Méthode Description
SendIrcMessage ( string message ) : void

Method Details

SendChatMessage() public méthode

public SendChatMessage ( string message ) : void
message string
Résultat void

SendWhisper() public méthode

public SendWhisper ( TwitchUser speakee, string message ) : void
speakee TwitchUser
message string
Résultat void

Timeout() public méthode

public Timeout ( TwitchUser speaker, System.TimeSpan timeSpan ) : void
speaker TwitchUser
timeSpan System.TimeSpan
Résultat void

TwitchChatRoom() public méthode

public TwitchChatRoom ( ITwitchFactory factory, TwitchIrcConnection chatConnection, TwitchIrcConnection whisperConnection, TwitchConnection twitchConnection ) : System
factory ITwitchFactory
chatConnection TwitchIrcConnection
whisperConnection TwitchIrcConnection
twitchConnection TwitchConnection
Résultat System

Property Details

factory public_oe property

public ITwitchFactory factory
Résultat ITwitchFactory

pointManager public_oe property

public ChannelPointManager,Hardly.Library.Twitch pointManager
Résultat ChannelPointManager

twitchConnection public_oe property

public TwitchConnection twitchConnection
Résultat TwitchConnection