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