C# Class SteamChatBot.Triggers.UnbanTrigger

Inheritance: BaseTrigger
Afficher le fichier Open project: Steam-Chat-Bot/SteamChatBot

Méthodes publiques

Méthode Description
UnbanTrigger ( TriggerType type, string name, TriggerOptionsBase options ) : System
respondToChatMessage ( SteamID roomID, SteamID chatterId, string message ) : bool

Private Methods

Méthode Description
Respond ( SteamID roomID, SteamID userID, string message ) : bool

Method Details

UnbanTrigger() public méthode

public UnbanTrigger ( TriggerType type, string name, TriggerOptionsBase options ) : System
type TriggerType
name string
options SteamChatBot.Triggers.TriggerOptions.TriggerOptionsBase
Résultat System

respondToChatMessage() public méthode

public respondToChatMessage ( SteamID roomID, SteamID chatterId, string message ) : bool
roomID SteamKit2.SteamID
chatterId SteamKit2.SteamID
message string
Résultat bool