Activity - truemedian/Discordia GitHub Wiki

description

Properties

start
stop
name
type
url
applicationId
state
details
textSmall
textLarge
imageSmall
imageLarge
partyId
partySize
partyMax

Properties

.start

The Unix timestamp for when this activity was started.

Type: number|nil

.stop

The Unix timestamp for when this activity was stopped.

Type: number|nil

.name

The game that the user is currently playing.

Type: string|nil

.type

The type of user's game status. See the gameType enumeration for a human-readable representation.

Type: number|nil

.url

The URL that is set for a user's streaming game status.

Type: string|nil

.applicationId

The application id controlling this activity.

Type: string

.state

string for the Rich Presence state section.

Type: string|nil

.details

string for the Rich Presence details section.

Type: string|nil

.textSmall

string for the Rich Presence small image text.

Type: string|nil

.textLarge

string for the Rich Presence large image text.

Type: string|nil

.imageSmall

URL for the Rich Presence small image.

Type: string|nil

.imageLarge

URL for the Rich Presence large image.

Type: string|nil

.partyId

Party id for this Rich Presence.

Type: string|nil

.partySize

Size of the Rich Presence party.

Type: number|nil

.partyMax

Max size for the Rich Presence party.

Type: number|nil

⚠️ **GitHub.com Fallback** ⚠️