Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. answerCallbackQueryShowAlert :: AnswerCallbackQueryRequest -> Maybe Bool

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

    If True, an alert will be shown by the client instead of a notification at the top of the chat screen. Defaults to false.

  2. copyMessageShowCaptionAboveMedia :: CopyMessageRequest -> Maybe Bool

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

    Pass True, if the caption must be shown above the message media.

  3. sendAnimationShowCaptionAboveMedia :: SendAnimationRequest -> Maybe Bool

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

    Pass True, if the caption must be shown above the message media.

  4. sendPhotoShowCaptionAboveMedia :: SendPhotoRequest -> Maybe Bool

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

    Pass True, if the caption must be shown above the message media.

  5. sendVideoShowCaptionAboveMedia :: SendVideoRequest -> Maybe Bool

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

    Pass True, if the caption must be shown above the message media.

  6. inputMediaGenericShowCaptionAboveMedia :: InputMediaGeneric -> Maybe Bool

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

    Pass True, if the caption must be shown above the message media.

  7. linkPreviewOptionsShowAboveText :: LinkPreviewOptions -> Maybe Bool

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

    True, if the link preview must be shown above the message text; otherwise, the link preview will be shown below the message text.

  8. messageShowCaptionAboveMedia :: Message -> Maybe Bool

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

    Pass True, if the caption must be shown above the message media.

  9. editMessageCaptionShowCaptionAboveMedia :: EditMessageCaptionRequest -> Maybe Bool

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

    Pass True, if the caption must be shown above the message media.

  10. traceBotActionsShow :: Show action => BotApp model action -> BotApp model action

    telegram-bot-simple Telegram.Bot.Simple.Debug

    Trace (debug print) bot actions using Show instance.

Page 394 of many | Previous | Next