Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SearchPublicStoriesByTag
Synopsis
Documentation
data SearchPublicStoriesByTag Source #
Searches for public stories containing the given hashtag or cashtag. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit. Returns FoundStories
Constructors
SearchPublicStoriesByTag | |
Fields
|
Instances
ToJSON SearchPublicStoriesByTag Source # | |
Defined in TD.Query.SearchPublicStoriesByTag Methods toJSON :: SearchPublicStoriesByTag -> Value # toEncoding :: SearchPublicStoriesByTag -> Encoding # toJSONList :: [SearchPublicStoriesByTag] -> Value # | |
Show SearchPublicStoriesByTag Source # | |
Defined in TD.Query.SearchPublicStoriesByTag Methods showsPrec :: Int -> SearchPublicStoriesByTag -> ShowS # show :: SearchPublicStoriesByTag -> String # showList :: [SearchPublicStoriesByTag] -> ShowS # | |
Eq SearchPublicStoriesByTag Source # | |
Defined in TD.Query.SearchPublicStoriesByTag Methods (==) :: SearchPublicStoriesByTag -> SearchPublicStoriesByTag -> Bool # (/=) :: SearchPublicStoriesByTag -> SearchPublicStoriesByTag -> Bool # | |
ShortShow SearchPublicStoriesByTag Source # | |
Defined in TD.Query.SearchPublicStoriesByTag Methods |