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. type SetMyDefaultAdministratorRights = "setMyDefaultAdministratorRights" :> ReqBody '[JSON] SetMyDefaultAdministratorRightsRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  2. data SetMyDefaultAdministratorRightsRequest

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

    Request parameters for setMyDefaultAdministratorRights.

  3. SetMyDefaultAdministratorRightsRequest :: Maybe ChatAdministratorRights -> Maybe Bool -> SetMyDefaultAdministratorRightsRequest

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

    No documentation available.

  4. module Telegram.Bot.API.Methods.SetMyDescription

    No documentation available.

  5. type SetMyDescription = "setMyDescription" :> ReqBody '[JSON] SetMyDescriptionRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  6. data SetMyDescriptionRequest

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

    No documentation available.

  7. SetMyDescriptionRequest :: Maybe Text -> Maybe Text -> SetMyDescriptionRequest

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

    No documentation available.

  8. module Telegram.Bot.API.Methods.SetMyName

    No documentation available.

  9. type SetMyName = "setMyName" :> ReqBody '[JSON] SetMyNameRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  10. data SetMyNameRequest

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

    No documentation available.

Page 74 of many | Previous | Next