C_Club.IsBeginningOfStream

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

isBeginningOfStream = C_Club.IsBeginningOfStream(clubId, streamId, messageId)

Arguments

clubId
string
streamId
string
messageId
structure - ClubMessageIdentifier
ClubMessageIdentifier
Field Type Description
epoch number number of microseconds since the UNIX epoch
position number sort order for messages at the same time

Returns

isBeginningOfStream
boolean

Details

  • Returns whether the given message is the first message in the stream, taking into account ignored messages

Patch changes

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