interface DiscordActivityAssetsimport { type DiscordActivityAssets } from "https://deno.land/x/discordeno@17.2.0/mod.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