DiscordActivityAssets
Documentation / @discordeno/bot / DiscordActivityAssets
Interface: DiscordActivityAssets
Defined in: packages/types/dist/types/discord/gateway.d.ts:652
https://discord.com/developers/docs/events/gateway-events#activity-object-activity-assets
Properties
large_image?
optional
large_image:string
Defined in: packages/types/dist/types/discord/gateway.d.ts:658
The id for a large asset of the activity, usually a snowflake
large_text?
optional
large_text:string
Defined in: packages/types/dist/types/discord/gateway.d.ts:654
Text displayed when hovering over the large image of the activity
small_image?
optional
small_image:string
Defined in: packages/types/dist/types/discord/gateway.d.ts:660
The id for a small asset of the activity, usually a snowflake
small_text?
optional
small_text:string
Defined in: packages/types/dist/types/discord/gateway.d.ts:656
Text displayed when hovering over the small image of the activity