inviteUserToChat

fun inviteUserToChat(steamIdUser: SteamID, steamIdChat: SteamID)

Invites a user to a chat room. The results of this action will be available through the ChatActionResultCallback callback.

Parameters

steamIdUser

The SteamID of the user to invite.

steamIdChat

The SteamID of the chat room to invite the user to.