Lazy load data
POST/lazyPool
Lazy-loads user profiles and message data by IDs for efficient on-demand data fetching. Used when the client encounters references to users or messages not yet in its local cache. Validates that the current user has access to the thread containing each requested message before returning it. Messages are returned with full formatting, favorite status, and metadata.
Request
Responses
- 200
Loaded user and message data