C# Class TwitchLib.Models.Client.MessageEmote

Class for maintaining emotes that may be substituted into messages.
Also contains helpers to aid in performing actual replacements. Expected to be called from the context of ChatMessage and WhisperMessage.
Mostrar archivo Open project: swiftyspiffy/TwitchLib Class Usage Examples

Public Properties

Property Type Description
BetterTwitchTvEmoteUrls ReadOnlyCollection
FrankerFaceZEmoteUrls ReadOnlyCollection
TwitchEmoteUrls ReadOnlyCollection

Property Details

BetterTwitchTvEmoteUrls public_oe static_oe property

Collection of Composite Format Strings which will substitute an emote ID to get a URL for an image from the BTTV CDN
These are sorted such that the EmoteSize enum can be used as an index, eg BetterTwitchTvEmoteUrls[EmoteSize.Small]
public static ReadOnlyCollection BetterTwitchTvEmoteUrls
return ReadOnlyCollection

FrankerFaceZEmoteUrls public_oe static_oe property

Collection of Composite Format Strings which will substitute an emote ID to get a URL for an image from the FFZ CDN
These are sorted such that the EmoteSize enum can be used as an index, eg FrankerFaceZEmoteUrls[EmoteSize.Small] WARNING: FrankerFaceZ does not require users to submit all sizes, so using something other than Small images may result in broken links!
public static ReadOnlyCollection FrankerFaceZEmoteUrls
return ReadOnlyCollection

TwitchEmoteUrls public_oe static_oe property

Collection of Composite Format Strings which will substitute an emote ID to get a URL for an image from the Twitch CDN
These are sorted such that the EmoteSize enum can be used as an index, eg TwitchEmoteUrls[EmoteSize.Small]
public static ReadOnlyCollection TwitchEmoteUrls
return ReadOnlyCollection