Message

io.github.positionpal.message.ChatMessageADT.Message
trait Message[I, T]

Represents the data that a ChatMessage exposes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def from: I

The message's sender

The message's sender

Attributes

Returns

the reference of the entity that sent the message

def text: String

The content of the message

The content of the message

Attributes

Returns

a String with the message's content

def timestamp: Instant

The timestamp of the message

The timestamp of the message

Attributes

Returns

a String with the message's content

def to: T

The message's receiving

The message's receiving

Attributes

Returns

the reference of the entity that receive the message