Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. forwardMessageMessageId :: ForwardMessageRequest -> MessageId

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

    Message identifier in the chat specified in from_chat_id.

  2. forwardMessageMessageThreadId :: ForwardMessageRequest -> Maybe MessageThreadId

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

    Unique identifier for the target message thread (topic) of the forum; for forum supergroups only.

  3. forwardMessageProtectContent :: ForwardMessageRequest -> Maybe Bool

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

    Protects the contents of the sent message from forwarding and saving.

  4. forwardMessages :: ForwardMessagesRequest -> ClientM (Response [MessageId])

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

    Use this method to forward multiple messages of any kind. If some of the specified messages can't be found or forwarded, they are skipped. Service messages and messages with protected content can't be forwarded. Album grouping is kept for forwarded messages. On success, an array of MessageId of the sent messages is returned.

  5. forwardMessagesChatId :: ForwardMessagesRequest -> SomeChatId

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

    Unique identifier for the target chat or username of the target channel (in the format @@channelusername).

  6. forwardMessagesDisableNotification :: ForwardMessagesRequest -> Maybe Bool

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

    Sends the message silently. Users will receive a notification with no sound.

  7. forwardMessagesFromChatId :: ForwardMessagesRequest -> SomeChatId

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

    Unique identifier for the chat where the original message was sent (or channel username in the format @@channelusername).

  8. forwardMessagesMessageIds :: ForwardMessagesRequest -> [MessageId]

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

    Identifiers of 1-100 messages in the chat from_chat_id to forward. The identifiers must be specified in a strictly increasing order.

  9. forwardMessagesMessageThreadId :: ForwardMessagesRequest -> Maybe MessageThreadId

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

    Unique identifier for the target message thread (topic) of the forum; for forum supergroups only.

  10. forwardMessagesProtectContent :: ForwardMessagesRequest -> Maybe Bool

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

    Protects the contents of the sent message from forwarding and saving.

Page 192 of many | Previous | Next