@wppconnect/wa-js - v3.19.3
    Preparing search index...

    Function openChatAt

    • Open the chat in the WhatsApp interface in a specific message

      Parameters

      • chatId: string | Wid
      • messageId: string
      • OptionalchatEntryPoint: string

      Returns Promise<boolean>

      await WPP.chat.openChatAt('[number]@c.us', <message_id>);
      

      chatEntryPoint Optional chat entry point: "Chatlist" for any existing chat in the left panel, undefined for any other case.