Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data SetCustomEmojiStickerSetThumbnailRequest = SetCustomEmojiStickerSetThumbnailRequest {}
- type SetCustomEmojiStickerSetThumbnail = "setCustomEmojiStickerSetThumbnail" :> (ReqBody '[JSON] SetCustomEmojiStickerSetThumbnailRequest :> Post '[JSON] (Response Bool))
- setCustomEmojiStickerSetThumbnail :: SetCustomEmojiStickerSetThumbnailRequest -> ClientM (Response Bool)
- defSetCustomEmojiStickerSetThumbnail :: Text -> SetCustomEmojiStickerSetThumbnailRequest
setCustomEmojiStickerSetThumbnail
data SetCustomEmojiStickerSetThumbnailRequest Source #
SetCustomEmojiStickerSetThumbnailRequest | |
|
Instances
type SetCustomEmojiStickerSetThumbnail = "setCustomEmojiStickerSetThumbnail" :> (ReqBody '[JSON] SetCustomEmojiStickerSetThumbnailRequest :> Post '[JSON] (Response Bool)) Source #
setCustomEmojiStickerSetThumbnail :: SetCustomEmojiStickerSetThumbnailRequest -> ClientM (Response Bool) Source #
Use this method to set the thumbnail of a custom emoji sticker set.
Returns True
on success.