Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
interface DiscordActivityAssets
import { type DiscordActivityAssets } from "https://deno.land/x/discordeno@17.0.0/types/discord.ts";

Properties

optional
large_text: string

Text displayed when hovering over the large image of the activity

optional
small_text: string

Text displayed when hovering over the small image of the activity

optional
large_image: string

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

optional
small_image: string

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