package com.discord.rpc; public record ActivityAssets( String largeImage, String largeText, String smallImage, String smallText ) {}