DiscordConnection
constructor(id: String, name: String, type: String, revoked: OptionalBoolean = OptionalBoolean.Missing, integrations: Optional<List<DiscordIntegration>> = Optional.Missing(), verified: Boolean, friendSync: Boolean, showActivity: Boolean, visibility: DiscordConnectionVisibility)(source)
Parameters
id
The id of the connection account.
name
the username of the connection account.
type
The service of the connection (twitch, youtube).
revoked
Whether the connection is revoked.
integrations
A list of partial server integrations.
verified
Whether the connection is verified.
friendSync
Whether friend sync is enabled for this connection.
showActivity
Whether activities related to this connection will be shown in presence updates.
visibility
The visibility of this connection.