C_Club.RequestMoreMessagesBefore

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

alreadyHasMessages = C_Club.RequestMoreMessagesBefore(clubId, streamId [, messageId, count])

Arguments

clubId
string
streamId
string
messageId
structure - ClubMessageIdentifier (optional)
ClubMessageIdentifier
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

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