Richcord API - v1.0.1
    Preparing search index...

    Interface ActivityAssets

    Visual asset keys and hover texts for large/small Rich Presence images.

    interface ActivityAssets {
        largeImage?: string;
        largeText?: string;
        smallImage?: string;
        smallText?: string;
    }
    Index
    largeImage?: string
    largeText?: string
    smallImage?: string
    smallText?: string