| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.RemoveFavoriteSticker
Synopsis
- data RemoveFavoriteSticker = RemoveFavoriteSticker {}
Documentation
data RemoveFavoriteSticker Source #
Removes a sticker from the list of favorite stickers. Returns Ok
Constructors
| RemoveFavoriteSticker | |
Instances
| ToJSON RemoveFavoriteSticker Source # | |
Defined in TD.Query.RemoveFavoriteSticker Methods toJSON :: RemoveFavoriteSticker -> Value # toEncoding :: RemoveFavoriteSticker -> Encoding # toJSONList :: [RemoveFavoriteSticker] -> Value # toEncodingList :: [RemoveFavoriteSticker] -> Encoding # | |
| Show RemoveFavoriteSticker Source # | |
Defined in TD.Query.RemoveFavoriteSticker Methods showsPrec :: Int -> RemoveFavoriteSticker -> ShowS # show :: RemoveFavoriteSticker -> String # showList :: [RemoveFavoriteSticker] -> ShowS # | |
| Eq RemoveFavoriteSticker Source # | |
Defined in TD.Query.RemoveFavoriteSticker Methods (==) :: RemoveFavoriteSticker -> RemoveFavoriteSticker -> Bool # (/=) :: RemoveFavoriteSticker -> RemoveFavoriteSticker -> Bool # | |
| ShortShow RemoveFavoriteSticker Source # | |
Defined in TD.Query.RemoveFavoriteSticker Methods | |