Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. data UserShared

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

    This object contains information about the user whose identifier was shared with the bot using a KeyboardButtonRequestUser button.

  2. UserShared :: RequestId -> UserId -> UserShared

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

    No documentation available.

  3. userSharedRequestId :: UserShared -> RequestId

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

    Identifier of the request.

  4. userSharedUserId :: UserShared -> UserId

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

    Identifier of the shared user. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. The bot may not have access to the user and could be unable to use this identifier, unless the user is already known to the bot by some other means.

  5. module Telegram.Bot.API.Types.UsersShared

    No documentation available.

  6. data UsersShared

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

    This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button.

  7. UsersShared :: RequestId -> [SharedUser] -> UsersShared

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

    No documentation available.

  8. usersSharedRequestId :: UsersShared -> RequestId

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

    Identifier of the request.

  9. usersSharedUsers :: UsersShared -> [SharedUser]

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

    Information about users shared with the bot.

  10. package binary-shared

    Sharing for the binary package I had problems with the size of the allocated heap space after serializing and loading data with the binary package. The reason was that binary does not support sharing of identical elements, so I came up with the generic solution in this package.

Page 54 of many | Previous | Next