ChatInviteCallback

This callback is fired when a chat invite is received.

Constructors

Link copied to clipboard
constructor(packetMsg: IPacketMsg)

Properties

Link copied to clipboard

Gets the chat room SteamID.

Link copied to clipboard

Gets the name of the chat room.

Link copied to clipboard
val chatRoomType: EChatRoomType?

Gets the chat room type.

Link copied to clipboard

Gets the SteamID of the chat friend.

Link copied to clipboard

Gets the GameID associated with this chat room, if it's a game lobby.

Link copied to clipboard

Gets the SteamID of the user who was invited to the chat.

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

Gets the SteamID of the user who performed the invitation.