sendChatMessage

fun sendChatMessage(target: SteamID, type: EChatEntryType, message: String)

Sends a chat message to a friend.

Parameters

target

The target to send to.

type

The type of message to send.

message

The message to send.