C# Class Hardly.Library.Twitch.TwitchChatWhisper

Inheritance: TwitchChatEvent
ファイルを表示 Open project: hardlydifficult/HardlyBot

Public Methods

Method Description
ToString ( ) : string
TwitchChatWhisper ( TwitchUser speaker, string message ) : System

Private Methods

Method Description
Observe ( TwitchChatRoom room, TwitchUser speaker, string message ) : void
RegisterObserver ( Action observer ) : void
RespondToEvent ( LinkedList chatRooms ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

TwitchChatWhisper() public method

public TwitchChatWhisper ( TwitchUser speaker, string message ) : System
speaker TwitchUser
message string
return System