StatusMessage

public abstract class StatusMessage

The abstract base class for status messages, representing a certain state that will not be stored in the message history.

This type of message does not guarantee delivery to the recipient (though the possibility of loss is only theoretical), but it is the fastest, making it ideal for transmitting status information.

Constructors

Link copied to clipboard
public void StatusMessage()