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

    Interface APIApplicationRoleConnection

    interface APIApplicationRoleConnection {
        metadata: Record<string, number | string>;
        platform_name: null | string;
        platform_username: null | string;
    }
    Index

    Properties

    metadata: Record<string, number | string>

    Object mapping application role connection metadata keys to their string-ified value (max 100 characters) for the user on the platform a bot has connected

    platform_name: null | string

    The vanity name of the platform a bot has connected (max 50 characters)

    platform_username: null | string

    The username on the platform a bot has connected (max 100 characters)