ChatEnterCallback

This callback is fired in response to attempting to join a chat.

Constructors

Link copied to clipboard
constructor(packetMsg: IPacketMsg)

Properties

Link copied to clipboard

Gets the chat flags.

Link copied to clipboard

Gets the SteamID of the chat room.

Link copied to clipboard

Gets a list of ChatMemberInfo instances for each of the members of this chat room.

Link copied to clipboard

Gets the name of the chat room.

Link copied to clipboard
val chatRoomType: EChatRoomType

Gets the type of the chat room.

Link copied to clipboard

Gets the clan SteamID that owns this chat room.

Link copied to clipboard
val enterResponse: EChatRoomEnterResponse

Gets the chat enter response.

Link copied to clipboard

Gets the friend ID.

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 number of users currently in this chat room.

Link copied to clipboard

Gets the SteamID of the chat room owner.