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.SetStickerSetTitle

Synopsis

setStickerSetTitle

type SetStickerSetTitle = "setStickerSetTitle" :> (RequiredQueryParam "name" Text :> (RequiredQueryParam "title" Text :> Post '[JSON] (Response Bool))) Source #

setStickerSetTitle Source #

Arguments

:: Text

Sticker set name

-> Text

Sticker set title, 1-64 characters

-> ClientM (Response Bool) 

Use this method to set the title of a created sticker set. Returns True on success.