C# Класс TwitchLib.Models.Client.WhisperParsing

Static class used for detecting whisper commands and messages.
Показать файл Открыть проект

Открытые методы

Метод Описание
detectedWhisperCommandReceived ( string message, string username, List commandIdentifiers ) : bool

Function used to detect if a whisper command was received or not.

detectedWhisperReceived ( string message, string username ) : bool

Function used to detect if a whisper was received or not.

Описание методов

detectedWhisperCommandReceived() публичный статический Метод

Function used to detect if a whisper command was received or not.
public static detectedWhisperCommandReceived ( string message, string username, List commandIdentifiers ) : bool
message string
username string
commandIdentifiers List
Результат bool

detectedWhisperReceived() публичный статический Метод

Function used to detect if a whisper was received or not.
public static detectedWhisperReceived ( string message, string username ) : bool
message string
username string
Результат bool