Object representing emote set from a chat message.
More...
|
| EmoteSet (string rawEmoteSetString, string message) |
| Constructor for ChatEmoteSet object. More...
|
|
| EmoteSet (IEnumerable< Emote > emotes, string emoteSetData) |
| Constructor for ChatEmoteSet object. More...
|
|
Object representing emote set from a chat message.
◆ 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
-
emotes | Collection of Emote instances |
rawEmoteSetString | Original string from which emotes were created |
◆ 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: