Skip to main content

ActivityAssets

Documentation


Documentation / @discordeno/bot / ActivityAssets

Interface: ActivityAssets

Defined in: transformers/types.ts:144

Properties

inviteCoverImage?

optional inviteCoverImage?: string

Defined in: transformers/types.ts:158

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


largeImage?

optional largeImage?: string

Defined in: transformers/types.ts:146

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


largeText?

optional largeText?: string

Defined in: transformers/types.ts:148

Text displayed when hovering over the large image of the activity


largeUrl?

optional largeUrl?: string

Defined in: transformers/types.ts:150

URL that is opened when clicking on the large image


smallImage?

optional smallImage?: string

Defined in: transformers/types.ts:152

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


smallText?

optional smallText?: string

Defined in: transformers/types.ts:154

Text displayed when hovering over the small image of the activity


smallUrl?

optional smallUrl?: string

Defined in: transformers/types.ts:156

URL that is opened when clicking on the small image