Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SearchStickerSets
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
Constructors
SearchStickerSets | |
Fields
|
Instances
ToJSON SearchStickerSets Source # | |
Defined in TD.Query.SearchStickerSets Methods toJSON :: SearchStickerSets -> Value # toEncoding :: SearchStickerSets -> Encoding # toJSONList :: [SearchStickerSets] -> Value # toEncodingList :: [SearchStickerSets] -> Encoding # | |
Show SearchStickerSets Source # | |
Defined in TD.Query.SearchStickerSets Methods showsPrec :: Int -> SearchStickerSets -> ShowS # show :: SearchStickerSets -> String # showList :: [SearchStickerSets] -> ShowS # | |
Eq SearchStickerSets Source # | |
Defined in TD.Query.SearchStickerSets Methods (==) :: SearchStickerSets -> SearchStickerSets -> Bool # (/=) :: SearchStickerSets -> SearchStickerSets -> Bool # | |
ShortShow SearchStickerSets Source # | |
Defined in TD.Query.SearchStickerSets Methods shortShow :: SearchStickerSets -> String Source # |