![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Needs summary.
alreadyHasMessages = C_Club.RequestMoreMessagesBefore(clubId, streamId [, messageId, count])
Arguments[]
- clubId
- string
- streamId
- string
- messageId
- structure - ClubMessageIdentifier (optional)
| Field | Type | Description |
|---|---|---|
| epoch | number | number of microseconds since the UNIX epoch |
| position | number | sort order for messages at the same time |
- count
- number?
Returns[]
- alreadyHasMessages
- boolean
Details[]
- Call this when the user scrolls near the top of the message view, and more need to be displayed. The history will be downloaded backwards (newest to oldest).
Patch changes[]
Patch 8.0.1 (2018-07-17): Added.
