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