Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data SearchStickerSets Source #
Searches for sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results. Returns StickerSets
SearchStickerSets | |
|
Instances
ToJSON SearchStickerSets Source # | |
Defined in TD.Query.SearchStickerSets toJSON :: SearchStickerSets -> Value # toEncoding :: SearchStickerSets -> Encoding # toJSONList :: [SearchStickerSets] -> Value # toEncodingList :: [SearchStickerSets] -> Encoding # | |
Show SearchStickerSets Source # | |
Defined in TD.Query.SearchStickerSets showsPrec :: Int -> SearchStickerSets -> ShowS # show :: SearchStickerSets -> String # showList :: [SearchStickerSets] -> ShowS # | |
Eq SearchStickerSets Source # | |
Defined in TD.Query.SearchStickerSets (==) :: SearchStickerSets -> SearchStickerSets -> Bool # (/=) :: SearchStickerSets -> SearchStickerSets -> Bool # | |
ShortShow SearchStickerSets Source # | |
Defined in TD.Query.SearchStickerSets shortShow :: SearchStickerSets -> String Source # |