@wppconnect/wa-js - v4.6.0
    Preparing search index...

    Type Alias ChatOriginType

    ChatOriginType:
        | "createChat"
        | "username_contactless_search"
        | "username_change_notification"
        | "forwardSelectedModals"
        | "newChatFlow"
        | "chatInfoTopCard"

    Origin of a chat creation, forwarded to WhatsApp as chatOriginType.

    WhatsApp keeps an allow list of origins that may create a LID chat (WAWebChatOriginTypes.VALID_LID_ORIGINS). Creating a LID chat with an origin outside that list makes WAWebCreateChat emit an error-level log and report it, so prefer one of the allowed values below.

    Type Declaration

    • "createChat"

      Generic chat creation. Allowed to create LID chats.

    • "username_contactless_search"

      Chat created from a @username lookup. Allowed to create LID chats.

    • "username_change_notification"

      Chat created from a username change notification. Allowed to create LID chats.

    • "forwardSelectedModals"
    • "newChatFlow"
    • "chatInfoTopCard"