Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data AddFavoriteSticker = AddFavoriteSticker {}
Documentation
data AddFavoriteSticker Source #
Adds a new sticker to the list of favorite stickers. The new sticker is added to the top of the list. If the sticker was already in the list, it is removed from the list first. Only stickers belonging to a sticker set or in WEBP or WEBM format can be added to this list. Emoji stickers can't be added to favorite stickers. Returns Ok
Instances
ToJSON AddFavoriteSticker Source # | |
Defined in TD.Query.AddFavoriteSticker toJSON :: AddFavoriteSticker -> Value # toEncoding :: AddFavoriteSticker -> Encoding # toJSONList :: [AddFavoriteSticker] -> Value # toEncodingList :: [AddFavoriteSticker] -> Encoding # | |
Show AddFavoriteSticker Source # | |
Defined in TD.Query.AddFavoriteSticker showsPrec :: Int -> AddFavoriteSticker -> ShowS # show :: AddFavoriteSticker -> String # showList :: [AddFavoriteSticker] -> ShowS # | |
Eq AddFavoriteSticker Source # | |
Defined in TD.Query.AddFavoriteSticker (==) :: AddFavoriteSticker -> AddFavoriteSticker -> Bool # (/=) :: AddFavoriteSticker -> AddFavoriteSticker -> Bool # | |
ShortShow AddFavoriteSticker Source # | |
Defined in TD.Query.AddFavoriteSticker shortShow :: AddFavoriteSticker -> String Source # |