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 ChatShared

    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.

  2. ChatShared :: RequestId -> ChatId -> Maybe Text -> Maybe Text -> Maybe [PhotoSize] -> ChatShared

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

    No documentation available.

  3. chatSharedChatId :: ChatShared -> ChatId

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

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

  5. chatSharedRequestId :: ChatShared -> RequestId

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

    Identifier of the request.

  6. chatSharedTitle :: ChatShared -> Maybe Text

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

    Title of the chat, if the title was requested by the bot.

  7. chatSharedUsername :: ChatShared -> Maybe Text

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

    Username of the chat, if the username was requested by the bot and available.

  8. messageChatShared :: Message -> Maybe ChatShared

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

    Service message: a chat was shared with the bot.

  9. messageUsersShared :: Message -> Maybe UsersShared

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

    Service message: users were shared with the bot.

  10. module Telegram.Bot.API.Types.UserShared

    No documentation available.

Page 53 of many | Previous | Next