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.
answerCallbackQueryShowAlert :: AnswerCallbackQueryRequest -> Maybe Booltelegram-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.
copyMessageShowCaptionAboveMedia :: CopyMessageRequest -> Maybe Booltelegram-bot-api Telegram.Bot.API.Methods.CopyMessage Pass True, if the caption must be shown above the message media.
sendAnimationShowCaptionAboveMedia :: SendAnimationRequest -> Maybe Booltelegram-bot-api Telegram.Bot.API.Methods.SendAnimation Pass True, if the caption must be shown above the message media.
sendPhotoShowCaptionAboveMedia :: SendPhotoRequest -> Maybe Booltelegram-bot-api Telegram.Bot.API.Methods.SendPhoto Pass True, if the caption must be shown above the message media.
sendVideoShowCaptionAboveMedia :: SendVideoRequest -> Maybe Booltelegram-bot-api Telegram.Bot.API.Methods.SendVideo Pass True, if the caption must be shown above the message media.
inputMediaGenericShowCaptionAboveMedia :: InputMediaGeneric -> Maybe Booltelegram-bot-api Telegram.Bot.API.Types.InputMedia Pass True, if the caption must be shown above the message media.
linkPreviewOptionsShowAboveText :: LinkPreviewOptions -> Maybe Booltelegram-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.
messageShowCaptionAboveMedia :: Message -> Maybe Booltelegram-bot-api Telegram.Bot.API.Types.Message Pass True, if the caption must be shown above the message media.
editMessageCaptionShowCaptionAboveMedia :: EditMessageCaptionRequest -> Maybe Booltelegram-bot-api Telegram.Bot.API.UpdatingMessages Pass True, if the caption must be shown above the message media.
traceBotActionsShow :: Show action => BotApp model action -> BotApp model actiontelegram-bot-simple Telegram.Bot.Simple.Debug Trace (debug print) bot actions using Show instance.