C_Club.GetMessageRanges

From Warcraft Wiki
Jump to navigation Jump to search

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

Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.