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