From 4191db42bc7d99ce1a7ddb870b934b5a71096dcd Mon Sep 17 00:00:00 2001 From: James Sully Date: Sun, 16 Aug 2020 02:53:21 +1000 Subject: [PATCH] add result_type to searchTweets --- Web/Twitter/Conduit/Api.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/Twitter/Conduit/Api.hs b/Web/Twitter/Conduit/Api.hs index 2a65234..c0f9ccc 100644 --- a/Web/Twitter/Conduit/Api.hs +++ b/Web/Twitter/Conduit/Api.hs @@ -193,6 +193,7 @@ searchTweets q = APIRequest "GET" (endpoint ++ "search/tweets.json") [("q", PVSt type SearchTweets = '[ "lang" ':= T.Text , "locale" ':= T.Text + , "result_type" ':= T.Text , "count" ':= Integer , "until" ':= Day , "since_id" ':= Integer