C# 클래스 TwitchLib.Models.Client.WhisperParsing

Static class used for detecting whisper commands and messages.
파일 보기 프로젝트 열기: swiftyspiffy/TwitchLib

공개 메소드들

메소드 설명
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