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.
forwardMessageMessageId :: ForwardMessageRequest -> MessageIdtelegram-bot-api Telegram.Bot.API.Methods.ForwardMessage Message identifier in the chat specified in from_chat_id.
forwardMessageMessageThreadId :: ForwardMessageRequest -> Maybe MessageThreadIdtelegram-bot-api Telegram.Bot.API.Methods.ForwardMessage Unique identifier for the target message thread (topic) of the forum; for forum supergroups only.
forwardMessageProtectContent :: ForwardMessageRequest -> Maybe Booltelegram-bot-api Telegram.Bot.API.Methods.ForwardMessage Protects the contents of the sent message from forwarding and saving.
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.
forwardMessagesChatId :: ForwardMessagesRequest -> SomeChatIdtelegram-bot-api Telegram.Bot.API.Methods.ForwardMessages Unique identifier for the target chat or username of the target channel (in the format @@channelusername).
forwardMessagesDisableNotification :: ForwardMessagesRequest -> Maybe Booltelegram-bot-api Telegram.Bot.API.Methods.ForwardMessages Sends the message silently. Users will receive a notification with no sound.
forwardMessagesFromChatId :: ForwardMessagesRequest -> SomeChatIdtelegram-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).
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.
forwardMessagesMessageThreadId :: ForwardMessagesRequest -> Maybe MessageThreadIdtelegram-bot-api Telegram.Bot.API.Methods.ForwardMessages Unique identifier for the target message thread (topic) of the forum; for forum supergroups only.
forwardMessagesProtectContent :: ForwardMessagesRequest -> Maybe Booltelegram-bot-api Telegram.Bot.API.Methods.ForwardMessages Protects the contents of the sent message from forwarding and saving.