Skip to main content

presenceSubscribe

Summary

Subscribes to real-time presence updates (online/offline/typing) for a specific JID.

Category

  • Privacy & Profile

Usage

This method is called from a makeWASocket() instance based on your application flow (event, command handler, or service layer).

Notes

  • Use this on chats where presence status needs to be actively monitored.
  • Combine with presence event handlers so incoming updates can be processed immediately.