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. type SetPassportDataErrors = "setPassportDataErrors" :> RequiredQueryParam "user_id" UserId :> RequiredQueryParam "errors" [PassportElementError] :> Get '[JSON] Response Bool

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

    No documentation available.

  2. type SetStickerPositionInSet = "setStickerPositionInSet" :> RequiredQueryParam "sticker" Text :> RequiredQueryParam "position" Integer :> Post '[JSON] Response Bool

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

    No documentation available.

  3. type SetStickerSetThumbnailContent = "setStickerSetThumbnail" :> MultipartForm Tmp SetStickerSetThumbnailRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  4. type SetStickerSetThumbnailLink = "setStickerSetThumbnail" :> ReqBody '[JSON] SetStickerSetThumbnailRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  5. data SetStickerSetThumbnailRequest

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

    Request parameters for setStickerSetThumbnail.

  6. SetStickerSetThumbnailRequest :: Text -> UserId -> InputFile -> Text -> SetStickerSetThumbnailRequest

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

    No documentation available.

  7. data SetWebhookRequest

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

    No documentation available.

  8. SetWebhookRequest :: String -> Maybe InputFile -> Maybe String -> Maybe Int -> Maybe [String] -> Maybe Bool -> Maybe String -> SetWebhookRequest

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

    No documentation available.

  9. data Settings

    tracing Monitor.Tracing.Zipkin

    Zipkin creation settings.

  10. Settings :: !Maybe HostName -> !Maybe PortNumber -> !Maybe Endpoint -> !Maybe Manager -> !Maybe NominalDiffTime -> Settings

    tracing Monitor.Tracing.Zipkin

    No documentation available.

Page 77 of many | Previous | Next