summaryrefslogtreecommitdiff
path: root/src/betterttv.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/betterttv.rs')
-rw-r--r--src/betterttv.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/betterttv.rs b/src/betterttv.rs
index 23ae608..236699a 100644
--- a/src/betterttv.rs
+++ b/src/betterttv.rs
@@ -8,6 +8,8 @@ use crate::emotes::RetrieveEmoteAPI;
pub struct BetterTTVEmote {
pub id: String,
pub code: String,
+ #[serde(rename = "originalCode")]
+ pub original_code: Option<String>,
#[serde(rename = "imageType")]
pub image_type: String,
pub animated: bool,