Home > borogove > Chat > markReadUpTo

Chat.markReadUpTo() method

Signals that all messages up to and including this one have probably been displayed to the user

Signature:

markReadUpTo(message: borogove_ChatMessage): void;

Parameters

Parameter Type Description
message borogove_ChatMessage the ChatMessage most recently displayed

Returns:

void