• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type SetStickerSetTitle = "setStickerSetTitle" :> RequiredQueryParam "name" Text :> RequiredQueryParam "title" Text :> Post '[JSON] Response Bool

    telegram-bot-api Telegram.Bot.API.Methods.SetStickerSetTitle

    No documentation available.

  2. setStickerSetTitle :: Text -> Text -> ClientM (Response Bool)

    telegram-bot-api Telegram.Bot.API.Methods.SetStickerSetTitle

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

  3. createNewStickerSetTitle :: CreateNewStickerSetRequest -> Text

    telegram-bot-api Telegram.Bot.API.Stickers

    Sticker set title, 1-64 characters

  4. stickerSetTitle :: StickerSet -> Text

    telegram-bot-api Telegram.Bot.API.Types.Sticker

    Sticker set title.

Page 7 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete