Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data ForwardMessageRequest

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

    Request parameters for forwardMessage.

  2. ForwardMessageRequest :: SomeChatId -> Maybe MessageThreadId -> SomeChatId -> Maybe Bool -> Maybe Bool -> MessageId -> ForwardMessageRequest

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

    No documentation available.

  3. module Telegram.Bot.API.Methods.ForwardMessages

    No documentation available.

  4. type ForwardMessages = "forwardMessages" :> ReqBody '[JSON] ForwardMessagesRequest :> Post '[JSON] Response [MessageId]

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

    No documentation available.

  5. data ForwardMessagesRequest

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

    Request parameters for forwardMessages.

  6. ForwardMessagesRequest :: SomeChatId -> Maybe MessageThreadId -> SomeChatId -> [MessageId] -> Maybe Bool -> Maybe Bool -> ForwardMessagesRequest

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

    No documentation available.

  7. module Telegram.Bot.API.Types.ForceReply

    No documentation available.

  8. data ForceReply

    telegram-bot-api Telegram.Bot.API.Types.ForceReply

    Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot‘s message and tapped ’Reply'). This can be extremely useful if you want to create user-friendly step-by-step interfaces without having to sacrifice privacy mode.

  9. ForceReply :: Bool -> Maybe Text -> Maybe Bool -> ForceReply

    telegram-bot-api Telegram.Bot.API.Types.ForceReply

    No documentation available.

  10. module Telegram.Bot.API.Types.ForumTopic

    No documentation available.

Page 344 of many | Previous | Next