TwitchLib 3.5.3
Loading...
Searching...
No Matches
TwitchLib.Client.Models.EmoteSet Class Reference

Object representing emote set from a chat message. More...

Public Member Functions

 EmoteSet (string rawEmoteSetString, string message)
 Constructor for ChatEmoteSet object. More...
 
 EmoteSet (IEnumerable< Emote > emotes, string emoteSetData)
 Constructor for ChatEmoteSet object. More...
 

Properties

List< EmoteEmotes [get]
 List containing all emotes in the message. More...
 
string RawEmoteSetString [get]
 The raw emote set string obtained from Twitch, for legacy purposes. More...
 

Detailed Description

Object representing emote set from a chat message.

Constructor & Destructor Documentation

◆ EmoteSet() [1/2]

TwitchLib.Client.Models.EmoteSet.EmoteSet ( string  rawEmoteSetString,
string  message 
)

Constructor for ChatEmoteSet object.

Parameters
rawEmoteSetString
message

◆ EmoteSet() [2/2]

TwitchLib.Client.Models.EmoteSet.EmoteSet ( IEnumerable< Emote emotes,
string  emoteSetData 
)

Constructor for ChatEmoteSet object.

Parameters
emotesCollection of Emote instances
rawEmoteSetStringOriginal string from which emotes were created

Property Documentation

◆ Emotes

List<Emote> TwitchLib.Client.Models.EmoteSet.Emotes
get

List containing all emotes in the message.

◆ RawEmoteSetString

string TwitchLib.Client.Models.EmoteSet.RawEmoteSetString
get

The raw emote set string obtained from Twitch, for legacy purposes.


The documentation for this class was generated from the following file: