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"