telegram-bot-api-7.0: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Telegram.Bot.API.Methods.SetCustomEmojiStickerSetThumbnail

Synopsis

setCustomEmojiStickerSetThumbnail

data SetCustomEmojiStickerSetThumbnailRequest Source #

Constructors

SetCustomEmojiStickerSetThumbnailRequest 

Fields

Instances

Instances details
FromJSON SetCustomEmojiStickerSetThumbnailRequest Source # 
Instance details

Defined in Telegram.Bot.API.Methods.SetCustomEmojiStickerSetThumbnail

ToJSON SetCustomEmojiStickerSetThumbnailRequest Source # 
Instance details

Defined in Telegram.Bot.API.Methods.SetCustomEmojiStickerSetThumbnail

Generic SetCustomEmojiStickerSetThumbnailRequest Source # 
Instance details

Defined in Telegram.Bot.API.Methods.SetCustomEmojiStickerSetThumbnail

type Rep SetCustomEmojiStickerSetThumbnailRequest Source # 
Instance details

Defined in Telegram.Bot.API.Methods.SetCustomEmojiStickerSetThumbnail

type Rep SetCustomEmojiStickerSetThumbnailRequest = D1 ('MetaData "SetCustomEmojiStickerSetThumbnailRequest" "Telegram.Bot.API.Methods.SetCustomEmojiStickerSetThumbnail" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "SetCustomEmojiStickerSetThumbnailRequest" 'PrefixI 'True) (S1 ('MetaSel ('Just "setCustomEmojiStickerSetThumbnailName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "setCustomEmojiStickerSetThumbnailCustomEmojiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))

setCustomEmojiStickerSetThumbnail :: SetCustomEmojiStickerSetThumbnailRequest -> ClientM (Response Bool) Source #

Use this method to set the thumbnail of a custom emoji sticker set. Returns True on success.