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

Class represents ChatMessage in a Twitch channel.
파일 보기 프로젝트 열기: swiftyspiffy/TwitchLib 1 사용 예제들

공개 메소드들

메소드 설명
ChatMessage ( string>.List badges, string channel, string colorHex, string displayName, string emoteSet, bool moderator, bool subscriber, System.Enums userType, string message ) : System
ChatMessage ( string botUsername, string ircString, MessageEmoteCollection &emoteCollection, bool replaceEmotes = false ) : System

Constructor for ChatMessage object.

비공개 메소드들

메소드 설명
ConvertBitsToUSD ( int bits ) : double
ConvertToBool ( string data ) : bool

메소드 상세

ChatMessage() 공개 메소드

public ChatMessage ( string>.List badges, string channel, string colorHex, string displayName, string emoteSet, bool moderator, bool subscriber, System.Enums userType, string message ) : System
badges string>.List
channel string
colorHex string
displayName string
emoteSet string
moderator bool
subscriber bool
userType System.Enums
message string
리턴 System

ChatMessage() 공개 메소드

Constructor for ChatMessage object.
public ChatMessage ( string botUsername, string ircString, MessageEmoteCollection &emoteCollection, bool replaceEmotes = false ) : System
botUsername string The username of the bot that received the message.
ircString string The raw string received from Twitch to be processed.
emoteCollection MessageEmoteCollection The to register new emotes on and, if desired, use for emote replacement.
replaceEmotes bool Whether to replace emotes for this chat message. Defaults to false.
리턴 System