interface APIConnection

external
export interface APIConnection

https://discord.com/developers/docs/resources/user#connection-object

external
friend_sync : boolean

Whether friend sync is enabled for this connection

external
id : string

ID of the connection account

optionalexternal
integrations? : Partial<APIGuildIntegration>[]

An array of partial server integrationsSee https://discord.com/developers/docs/resources/guild#integration-object

external
name : string

The username of the connection account

optionalexternal
revoked? : boolean

Whether the connection is revoked

external
show_activity : boolean

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

Whether this connection supports console voice transfer

external
type : ConnectionService

The service of the connectionSee https://discord.com/developers/docs/resources/user#connection-object-services

external
verified : boolean

Whether the connection is verified

external
visibility : ConnectionVisibility

Visibility of this connectionSee https://discord.com/developers/docs/resources/user#connection-object-visibility-types