Skip to main content

Trophy

@devvit/public-api v0.13.10-dev


Type Alias: Trophy

Trophy = object

A trophy displayed on a user's profile.

Properties

awardId

awardId: T6ID | undefined

Award ID.


description

description: string | undefined

Description.


grantedAt

grantedAt: number | undefined

When the trophy was granted (Unix timestamp).


iconSmallUrl

iconSmallUrl: string | undefined

URL of the small icon. Currently 40x40.


iconUrl

iconUrl: string | undefined

URL of the trophy icon. Currently 70x70.


id

id: T6ID | undefined

Trophy ID.


name

name: string | undefined

Display name of the trophy.


url

url: string | undefined

URL to redirect to when the trophy is clicked.