Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. 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.

  2. 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.

  3. forwardMessagesProtectContent :: ForwardMessagesRequest -> Maybe Bool

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

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

  4. forceReplyForceReply :: ForceReply -> Bool

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

    Shows reply interface to the user, as if they manually selected the bot‘s message and tapped ’Reply'

  5. forceReplyInputFieldPlaceholder :: ForceReply -> Maybe Text

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

    The placeholder to be shown in the input field when the reply is active; 1-64 characters.

  6. forceReplySelective :: ForceReply -> Maybe Bool

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

    Use this parameter if you want to force reply from specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message.

  7. forumTopicIconColor :: ForumTopic -> Integer

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

    Color of the topic icon in RGB format.

  8. forumTopicIconCustomEmojiId :: ForumTopic -> Maybe Text

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

    Unique identifier of the custom emoji shown as the topic icon.

  9. forumTopicMessageThreadId :: ForumTopic -> MessageThreadId

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

    Unique identifier of the forum topic

  10. forumTopicName :: ForumTopic -> Text

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

    Name of the topic

Page 193 of many | Previous | Next