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 SetChatDescription = "setChatDescription" :> RequiredQueryParam "chat_id" SomeChatId :> QueryParam "description" Text :> Post '[JSON] Response Bool

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

    No documentation available.

  2. module Telegram.Bot.API.Methods.SetChatMenuButton

    No documentation available.

  3. type SetChatMenuButton = "setChatMenuButton" :> ReqBody '[JSON] SetChatMenuButtonRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  4. data SetChatMenuButtonRequest

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

    Request parameters for setChatMenuButton.

  5. SetChatMenuButtonRequest :: Maybe ChatId -> Maybe MenuButton -> SetChatMenuButtonRequest

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

    No documentation available.

  6. module Telegram.Bot.API.Methods.SetChatPermissions

    No documentation available.

  7. type SetChatPermissions = "setChatPermissions" :> ReqBody '[JSON] SetChatPermissionsRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  8. data SetChatPermissionsRequest

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

    Request parameters for setChatPermissions.

  9. SetChatPermissionsRequest :: SomeChatId -> ChatPermissions -> Maybe Bool -> SetChatPermissionsRequest

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

    No documentation available.

  10. module Telegram.Bot.API.Methods.SetChatPhoto

    No documentation available.

Page 71 of many | Previous | Next