class AuthorizingIntegrationOwners

extends

Base
export class AuthorizingIntegrationOwners extends Base

Represents the owners of an authorizing integration.

readonlyoptional
"0"? : Snowflake

readonlyoptional
"1"? : Snowflake

readonly
client : Client<true>

The client that instantiated this

Inherited from: Base

readonly
guild : Guild | null

The guild where the integration is installed, if applicable.

readonly
guildId : Snowflake | null

The id of the guild where the integration is installed, if applicable.

readonly
user : User | null

The user on which the integration is installed, if applicable.

readonly
userId : Snowflake | null

The id of the user on which the integration is installed, if applicable.

valueOf() : string

Inherited from: Base