Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. {
  2.     //Required
  3.  
  4.     "regex": string,          //Code for the emote. Currently only codes containg alphanumeric characters are allowed
  5.     "url": string,            //Image url
  6.     "width": int,             //Image width
  7.     "height": int,            //Image height
  8.  
  9.     //Optional
  10.  
  11.     "channel": string,        //Channel title for emote button (Default: "Non-Twitch Custom Emotes")
  12.     "badge": string,          //Image url for badge in emote button (Default: black star)
  13.     "hidden": bool,           //Hides emote from display in emote button (Default: false)
  14.     "restricted": [string]    //Array of channels where the emote is allowed to be used (Default: [])
  15.  
  16. }