interface DiscordActivityAssetsimport { type DiscordActivityAssets } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; https://discord.com/developers/docs/topics/gateway#activity-object-activity-assets Propertiesoptionallarge_text: stringText displayed when hovering over the large image of the activity optionalsmall_text: stringText displayed when hovering over the small image of the activity optionallarge_image: stringThe id for a large asset of the activity, usually a snowflake optionalsmall_image: stringThe id for a small asset of the activity, usually a snowflake