Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

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

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

    No documentation available.

  2. data SetStickerKeywordsRequest

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

    Request parameters for setStickerKeywords.

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

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

    No documentation available.

  4. module Telegram.Bot.API.Methods.SetStickerMaskPosition

    No documentation available.

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

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

    No documentation available.

  6. data SetStickerMaskPositionRequest

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

    Request parameters for setStickerMaskPosition.

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

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

    No documentation available.

  8. module Telegram.Bot.API.Methods.SetStickerSetTitle

    No documentation available.

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

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

    No documentation available.

  10. type SetPassportDataErrors = "setPassportDataErrors" :> RequiredQueryParam "user_id" UserId :> RequiredQueryParam "errors" [PassportElementError] :> Get '[JSON] Response Bool

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

    No documentation available.

Page 76 of many | Previous | Next