|
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
ranges = C_Club.GetMessageRanges(clubId, streamId)
Arguments[]
- clubId
- string
- streamId
- string
Returns[]
- ranges
- structure - ClubMessageRange[]
ClubMessageRange
Field |
Type |
Description
|
oldestMessageId |
ClubMessageIdentifier |
|
newestMessageId |
ClubMessageIdentifier |
|
ClubMessageIdentifier
Field |
Type |
Description
|
epoch |
number |
number of microseconds since the UNIX epoch
|
position |
number |
sort order for messages at the same time
|
Details[]
- Get the ranges of the messages currently downloaded.
Patch changes[]
Patch 8.0.1 (2018-07-17): Added.