From a943767f42681d9927af82cb50f74c4d46eb4b17 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 17 Apr 2025 22:21:04 -0600 Subject: [PATCH] update tweet endpoint --- src/consts.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.nim b/src/consts.nim index dc0cbe0..a16e95b 100644 --- a/src/consts.nim +++ b/src/consts.nim @@ -20,7 +20,7 @@ const graphUserTweets* = graphql / "M3Hpkrb8pjWkEuGdLeXMOA/UserTweets" graphUserTweetsAndReplies* = graphql / "pz0IHaV_t7T4HJavqqqcIA/UserTweetsAndReplies" graphUserMedia* = graphql / "dexO_2tohK86JDudXXG3Yw/UserMedia" - graphTweet* = graphql / "y90SwUGBZ3yz0yNUmCHgTw/TweetDetail" + graphTweet* = graphql / "b9Yw90FMr_zUb8DvA8r2ug/TweetDetail" graphTweetResult* = graphql / "sITyJdhRPpvpEjg4waUmTA/TweetResultByIdQuery" graphSearchTimeline* = graphql / "gkjsKepM6gl_HmFWoWKfgg/SearchTimeline" graphListById* = graphql / "iTpgCtbdxrsJfyx0cFjHqg/ListByRestId"