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

    Interface RESTPutAPICurrentUserApplicationRoleConnectionJSONBody

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

    Properties

    metadata?: Record<string, string | number>

    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?: string

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

    platform_username?: string

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