ChatActionResultCallback

This callback is fired when a chat action has completed.

Constructors

Link copied to clipboard
constructor(packetMsg: IPacketMsg)
constructor(chatRoomID: SteamID, chatterID: SteamID, action: EChatAction, result: EChatActionResult)

Properties

Link copied to clipboard
val action: EChatAction

Gets the chat action that was performed.

Link copied to clipboard

Gets the SteamID of the chat room the action was performed in.

Link copied to clipboard

Gets the SteamID of the chat member the action was performed on.

Link copied to clipboard
open override var jobID: JobID

Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.

Link copied to clipboard
val result: EChatActionResult

Gets the result of the chat action.