Discord.https - v3.0.16
    Preparing search index...

    Interface IconData

    The base icon data typically used in payloads.

    interface IconData {
        iconURL?: string;
        proxyIconURL?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    iconURL?: string

    The URL of the icon.

    proxyIconURL?: string

    The proxy URL of the icon.