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. SetCustomEmojiStickerSetThumbnailRequest :: Text -> Maybe Text -> SetCustomEmojiStickerSetThumbnailRequest

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

    No documentation available.

  2. module Telegram.Bot.API.Methods.SetMessageReaction

    No documentation available.

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

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

    No documentation available.

  4. data SetMessageReactionRequest

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

    Request parameters for setMessageReaction

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

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

    No documentation available.

  6. module Telegram.Bot.API.Methods.SetMyCommands

    No documentation available.

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

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

    No documentation available.

  8. data SetMyCommandsRequest

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

    Request parameters for setMyCommands.

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

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

    No documentation available.

  10. module Telegram.Bot.API.Methods.SetMyDefaultAdministratorRights

    No documentation available.

Page 73 of many | Previous | Next