FriendMessage

constructor(steamID: SteamID, unread: Boolean, message: String, timestamp: Date)

Parameters

steamID

The SteamID of the User that wrote the message.

unread

Whether the message has been read, i.e., is an offline message.

message

The actual message.

timestamp

The time (in UTC) when the message was sent.