| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.ClearSearchedForTags
Synopsis
- data ClearSearchedForTags = ClearSearchedForTags {}
Documentation
data ClearSearchedForTags Source #
Clears the list of recently searched for hashtags or cashtags. Returns Ok
Constructors
| ClearSearchedForTags | |
Fields
| |
Instances
| ToJSON ClearSearchedForTags Source # | |
Defined in TD.Query.ClearSearchedForTags Methods toJSON :: ClearSearchedForTags -> Value # toEncoding :: ClearSearchedForTags -> Encoding # toJSONList :: [ClearSearchedForTags] -> Value # toEncodingList :: [ClearSearchedForTags] -> Encoding # | |
| Show ClearSearchedForTags Source # | |
Defined in TD.Query.ClearSearchedForTags Methods showsPrec :: Int -> ClearSearchedForTags -> ShowS # show :: ClearSearchedForTags -> String # showList :: [ClearSearchedForTags] -> ShowS # | |
| Eq ClearSearchedForTags Source # | |
Defined in TD.Query.ClearSearchedForTags Methods (==) :: ClearSearchedForTags -> ClearSearchedForTags -> Bool # (/=) :: ClearSearchedForTags -> ClearSearchedForTags -> Bool # | |
| ShortShow ClearSearchedForTags Source # | |
Defined in TD.Query.ClearSearchedForTags Methods | |