FriendMessage

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

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.

Constructors

Link copied to clipboard
constructor(steamID: SteamID, unread: Boolean, message: String, timestamp: Date)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard