Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. MessageThreadId :: Integer -> MessageThreadId

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

    No documentation available.

  2. forumTopicMessageThreadId :: ForumTopic -> MessageThreadId

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

    Unique identifier of the forum topic

  3. messageMessageThreadId :: Message -> Maybe MessageThreadId

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

    Unique identifier of a message thread to which the message belongs; for supergroups only.

  4. userCanReadAllGroupMessages :: User -> Maybe Bool

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

    True, if privacy mode is disabled for the bot. Returned only in getMe.

  5. replyMessageMessageThreadId :: ReplyMessage -> Maybe MessageThreadId

    telegram-bot-simple Telegram.Bot.Simple.Reply

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

  6. callbackQueryDataRead :: Read a => UpdateParser a

    telegram-bot-simple Telegram.Bot.Simple.UpdateParser

    Obtain CallbackQuery data associated with the callback button in an inline keyboard if present in Update message.

  7. package thread-hierarchy

    Simple Haskell thread management in hierarchical manner Please see the README on GitHub at https://github.com/nshimaza/thread-hierarchy#readme

  8. data ThreadMap

    thread-hierarchy Control.Concurrent.Hierarchy

    Mutable map containing thread ID and finish marker.

  9. killThreadHierarchy :: ThreadMap -> IO ()

    thread-hierarchy Control.Concurrent.Hierarchy

    Kill all thread registered in given ThreadMap. This version is exposed as API. This is not called from cleanup routine. Thus it doesn't ignore asynchronous exceptions.

  10. newThreadMap :: IO ThreadMap

    thread-hierarchy Control.Concurrent.Hierarchy

    Create a new empty ThreadMap.

Page 830 of many | Previous | Next