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 SetMyNameRequest

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

    No documentation available.

  2. SetMyNameRequest :: Maybe Text -> Maybe Text -> SetMyNameRequest

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

    No documentation available.

  3. module Telegram.Bot.API.Methods.SetMyShortDescription

    No documentation available.

  4. type SetMyShortDescription = "setMyShortDescription" :> ReqBody '[JSON] SetMyShortDescriptionRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  5. data SetMyShortDescriptionRequest

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

    No documentation available.

  6. SetMyShortDescriptionRequest :: Maybe Text -> Maybe Text -> SetMyShortDescriptionRequest

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

    No documentation available.

  7. module Telegram.Bot.API.Methods.SetStickerEmojiList

    No documentation available.

  8. type SetStickerEmojiList = "setStickerEmojiList" :> ReqBody '[JSON] SetStickerEmojiListRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  9. data SetStickerEmojiListRequest

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

    Request parameters for setStickerEmojiList.

  10. SetStickerEmojiListRequest :: Text -> [Text] -> SetStickerEmojiListRequest

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

    No documentation available.

Page 75 of many | Previous | Next