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.ChatShared This object contains information about the chat whose identifier was shared with the bot using a KeyboardButtonRequestChat button.
ChatShared :: RequestId -> ChatId -> Maybe Text -> Maybe Text -> Maybe [PhotoSize] -> ChatSharedtelegram-bot-api Telegram.Bot.API.Types.ChatShared No documentation available.
chatSharedChatId :: ChatShared -> ChatIdtelegram-bot-api Telegram.Bot.API.Types.ChatShared Identifier of the shared chat. 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 chat and could be unable to use this identifier, unless the chat is already known to the bot by some other means.
chatSharedPhoto :: ChatShared -> Maybe [PhotoSize]telegram-bot-api Telegram.Bot.API.Types.ChatShared Available sizes of the chat photo, if the photo was requested by the bot.
chatSharedRequestId :: ChatShared -> RequestIdtelegram-bot-api Telegram.Bot.API.Types.ChatShared Identifier of the request.
chatSharedTitle :: ChatShared -> Maybe Texttelegram-bot-api Telegram.Bot.API.Types.ChatShared Title of the chat, if the title was requested by the bot.
chatSharedUsername :: ChatShared -> Maybe Texttelegram-bot-api Telegram.Bot.API.Types.ChatShared Username of the chat, if the username was requested by the bot and available.
messageChatShared :: Message -> Maybe ChatSharedtelegram-bot-api Telegram.Bot.API.Types.Message Service message: a chat was shared with the bot.
messageUsersShared :: Message -> Maybe UsersSharedtelegram-bot-api Telegram.Bot.API.Types.Message Service message: users were shared with the bot.
module Telegram.Bot.API.Types.
UserShared No documentation available.