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