@typed-discord/rest
    Preparing search index...

    Interface ConnectedAccountResponse

    interface ConnectedAccountResponse {
        friend_sync: boolean;
        id: string;
        integrations?: ConnectedAccountIntegrationResponse[];
        name: string | null;
        revoked?: boolean;
        show_activity: boolean;
        two_way_link: boolean;
        type: ConnectedAccountProviders;
        verified: boolean;
        visibility: ConnectedAccountVisibility;
    }
    Index

    Properties

    friend_sync: boolean
    id: string
    name: string | null
    revoked?: boolean
    show_activity: boolean
    two_way_link: boolean
    verified: boolean