Class: Tournament
Represents a tournament in the game.
Table of contents
Accessors
Accessors
contextID
• get
contextID(): string
The ID of the context in which the tournament is running.
endTime
• get
endTime(): number
Unix timestamp of when the tournament ends.
id
• get
id(): string
The ID of the tournament.
payload
• get
payload(): undefined
| object
Payload attached to the tournament.
title
• get
title(): undefined
| string
The title of the tournament.