C# Class TwitchLib.Models.API.Post.Emote

Class representing an emote found in a comment or post.
ファイルを表示 Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
Emote ( JToken json ) : System

Emote object construcotr.

Method Details

Emote() public method

Emote object construcotr.
public Emote ( JToken json ) : System
json JToken
return System