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

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

    No documentation available.

  2. SetCustomEmojiStickerSetThumbnailRequest :: Text -> Maybe Text -> SetCustomEmojiStickerSetThumbnailRequest

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

    No documentation available.

  3. module Telegram.Bot.API.Methods.SetMessageReaction

    No documentation available.

  4. type SetMessageReaction = "setMessageReaction" :> ReqBody '[JSON] SetMessageReactionRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  5. data SetMessageReactionRequest

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

    Request parameters for setMessageReaction

  6. SetMessageReactionRequest :: SomeChatId -> MessageId -> Maybe [ReactionType] -> Maybe Bool -> SetMessageReactionRequest

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

    No documentation available.

  7. module Telegram.Bot.API.Methods.SetMyCommands

    No documentation available.

  8. type SetMyCommands = "setMyCommands" :> ReqBody '[JSON] SetMyCommandsRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  9. data SetMyCommandsRequest

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

    Request parameters for setMyCommands.

  10. SetMyCommandsRequest :: [BotCommand] -> Maybe BotCommandScope -> Maybe Text -> SetMyCommandsRequest

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

    No documentation available.

Page 73 of many | Previous | Next