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.
-
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.
UserShared :: RequestId -> UserId -> UserSharedtelegram-bot-api Telegram.Bot.API.Types.UserShared No documentation available.
userSharedRequestId :: UserShared -> RequestIdtelegram-bot-api Telegram.Bot.API.Types.UserShared Identifier of the request.
userSharedUserId :: UserShared -> UserIdtelegram-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.
module Telegram.Bot.API.Types.
UsersShared No documentation available.
-
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.
UsersShared :: RequestId -> [SharedUser] -> UsersSharedtelegram-bot-api Telegram.Bot.API.Types.UsersShared No documentation available.
usersSharedRequestId :: UsersShared -> RequestIdtelegram-bot-api Telegram.Bot.API.Types.UsersShared Identifier of the request.
usersSharedUsers :: UsersShared -> [SharedUser]telegram-bot-api Telegram.Bot.API.Types.UsersShared Information about users shared with the bot.
-
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.