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

    Interface APIConnection

    interface APIConnection {
        friend_sync: boolean;
        id: string;
        integrations?: Partial<APIGuildIntegration>[];
        name: string;
        revoked?: boolean;
        show_activity: boolean;
        two_way_link: boolean;
        type: ConnectionService;
        verified: boolean;
        visibility: ConnectionVisibility;
    }
    Index

    Properties

    friend_sync: boolean

    Whether friend sync is enabled for this connection

    id: string

    ID of the connection account

    integrations?: Partial<APIGuildIntegration>[]

    An array of partial server integrations

    name: string

    The username of the connection account

    revoked?: boolean

    Whether the connection is revoked

    show_activity: boolean

    Whether activities related to this connection will be shown in presence updates

    two_way_link: boolean

    Whether this connection supports console voice transfer

    The service of the connection

    verified: boolean

    Whether the connection is verified

    Visibility of this connection