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