Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data SetStickerEmojis Source #
Changes the list of emojis corresponding to a sticker. The sticker must belong to a regular or custom emoji sticker set that is owned by the current user. Returns Ok
Instances
ToJSON SetStickerEmojis Source # | |
Defined in TD.Query.SetStickerEmojis toJSON :: SetStickerEmojis -> Value # toEncoding :: SetStickerEmojis -> Encoding # toJSONList :: [SetStickerEmojis] -> Value # toEncodingList :: [SetStickerEmojis] -> Encoding # | |
Show SetStickerEmojis Source # | |
Defined in TD.Query.SetStickerEmojis showsPrec :: Int -> SetStickerEmojis -> ShowS # show :: SetStickerEmojis -> String # showList :: [SetStickerEmojis] -> ShowS # | |
Eq SetStickerEmojis Source # | |
Defined in TD.Query.SetStickerEmojis (==) :: SetStickerEmojis -> SetStickerEmojis -> Bool # (/=) :: SetStickerEmojis -> SetStickerEmojis -> Bool # | |
ShortShow SetStickerEmojis Source # | |
Defined in TD.Query.SetStickerEmojis shortShow :: SetStickerEmojis -> String Source # |