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 SetStickerPositionInSet = "setStickerPositionInSet" :> RequiredQueryParam "sticker" Text :> RequiredQueryParam "position" Integer :> Post '[JSON] Response Bool

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

  4. data SetStickerSetThumbnailRequest

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

    Request parameters for setStickerSetThumbnail.

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

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

    No documentation available.

  6. data SetWebhookRequest

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

    No documentation available.

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

  8. data Settings

    tracing Monitor.Tracing.Zipkin

    Zipkin creation settings.

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

    tracing Monitor.Tracing.Zipkin

    No documentation available.

  10. module Graphics.Vty.Platform.Unix.Settings

    Runtime settings for vty-unix. Most applications will not need to change any of these settings.

Page 77 of many | Previous | Next