From 0e12c2998bd12bc008febc0b923775732cf6c775 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 3 Apr 2025 22:09:19 +0500 Subject: feat: original_code field --- src/betterttv.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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, #[serde(rename = "imageType")] pub image_type: String, pub animated: bool, -- cgit v1.2.3