Friend Message
class FriendMessage(val steamID: SteamID, val unread: Boolean, val message: String, val timestamp: Date)
Represents a single Message sent to or received from a friend
Parameters
steam ID
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.