Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. module Telegram.Bot.API.Methods.SetStickerKeywords

    No documentation available.

  2. type SetStickerKeywords = "setStickerKeywords" :> ReqBody '[JSON] SetStickerKeywordsRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  3. data SetStickerKeywordsRequest

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

    Request parameters for setStickerKeywords.

  4. SetStickerKeywordsRequest :: Text -> Maybe [Text] -> SetStickerKeywordsRequest

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

    No documentation available.

  5. module Telegram.Bot.API.Methods.SetStickerMaskPosition

    No documentation available.

  6. type SetStickerMaskPosition = "setStickerMaskPosition" :> ReqBody '[JSON] SetStickerMaskPositionRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  7. data SetStickerMaskPositionRequest

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

    Request parameters for setStickerMaskPosition.

  8. SetStickerMaskPositionRequest :: Text -> Maybe [MaskPosition] -> SetStickerMaskPositionRequest

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

    No documentation available.

  9. module Telegram.Bot.API.Methods.SetStickerSetTitle

    No documentation available.

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

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

    No documentation available.

Page 76 of many | Previous | Next