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. type SetGameScore = "setGameScore" :> ReqBody '[JSON] SetGameScoreRequest :> Post '[JSON] Response SetGameScoreResult

    telegram-bot-api Telegram.Bot.API.Games

    No documentation available.

  2. SetGameScoreMessage :: Message -> SetGameScoreResult

    telegram-bot-api Telegram.Bot.API.Games

    No documentation available.

  3. SetGameScoreMessageBool :: Bool -> SetGameScoreResult

    telegram-bot-api Telegram.Bot.API.Games

    No documentation available.

  4. data SetGameScoreRequest

    telegram-bot-api Telegram.Bot.API.Games

    No documentation available.

  5. SetGameScoreRequest :: UserId -> Integer -> Maybe Bool -> Maybe Bool -> Maybe ChatId -> Maybe MessageId -> Maybe InlineMessageId -> SetGameScoreRequest

    telegram-bot-api Telegram.Bot.API.Games

    No documentation available.

  6. data SetGameScoreResult

    telegram-bot-api Telegram.Bot.API.Games

    No documentation available.

  7. module Telegram.Bot.API.Methods.SetChatAdministratorCustomTitle

    No documentation available.

  8. type SetChatAdministratorCustomTitle = "setChatAdministratorCustomTitle" :> ReqBody '[JSON] SetChatAdministratorCustomTitleRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  9. data SetChatAdministratorCustomTitleRequest

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

    Request parameters for setChatAdministratorCustomTitle.

  10. SetChatAdministratorCustomTitleRequest :: SomeChatId -> UserId -> Text -> SetChatAdministratorCustomTitleRequest

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

    No documentation available.

Page 70 of many | Previous | Next