Skip to main content

DiscordActivityAssets

Documentation


Documentation / @discordeno/types / DiscordActivityAssets

Interface: DiscordActivityAssets

Defined in: discord/gateway.ts:937

https://docs.discord.com/developers/events/gateway-events#activity-object-activity-assets

Properties

invite_cover_image?

optional invite_cover_image?: string

Defined in: discord/gateway.ts:951

See Activity Asset Image. Displayed as a banner on a Game Invite.


large_image?

optional large_image?: string

Defined in: discord/gateway.ts:939

The id for a large asset of the activity, usually a snowflake


large_text?

optional large_text?: string

Defined in: discord/gateway.ts:941

Text displayed when hovering over the large image of the activity


large_url?

optional large_url?: string

Defined in: discord/gateway.ts:943

URL that is opened when clicking on the large image


small_image?

optional small_image?: string

Defined in: discord/gateway.ts:945

The id for a small asset of the activity, usually a snowflake


small_text?

optional small_text?: string

Defined in: discord/gateway.ts:947

Text displayed when hovering over the small image of the activity


small_url?

optional small_url?: string

Defined in: discord/gateway.ts:949

URL that is opened when clicking on the small image