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 SetChatPhoto = "setChatPhoto" :> MultipartForm Tmp SetChatPhotoRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  2. data SetChatPhotoRequest

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

    Request parameters for setChatPhoto.

  3. SetChatPhotoRequest :: SomeChatId -> InputFile -> SetChatPhotoRequest

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

    No documentation available.

  4. module Telegram.Bot.API.Methods.SetChatStickerSet

    No documentation available.

  5. type SetChatStickerSet = "setChatStickerSet" :> RequiredQueryParam "chat_id" SomeChatId :> RequiredQueryParam "sticker_set_name" Text :> Post '[JSON] Response Bool

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

    No documentation available.

  6. module Telegram.Bot.API.Methods.SetChatTitle

    No documentation available.

  7. type SetChatTitle = "setChatTitle" :> RequiredQueryParam "chat_id" SomeChatId :> RequiredQueryParam "title" Text :> Post '[JSON] Response Bool

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

    No documentation available.

  8. module Telegram.Bot.API.Methods.SetCustomEmojiStickerSetThumbnail

    No documentation available.

  9. type SetCustomEmojiStickerSetThumbnail = "setCustomEmojiStickerSetThumbnail" :> ReqBody '[JSON] SetCustomEmojiStickerSetThumbnailRequest :> Post '[JSON] Response Bool

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

    No documentation available.

  10. data SetCustomEmojiStickerSetThumbnailRequest

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

    No documentation available.

Page 72 of many | Previous | Next