Table of Contents

Property AuthorizingIntegrationOwners

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

AuthorizingIntegrationOwners

Gets the interactions that authorized the interaction.

This dictionary contains the following:

  • If the interaction is installed to a user, a key of UserInstall and a value of the user's ID.
  • If the interaction is installed to a guild, a key of GuildInstall and a value of the guild's ID.
    • IF the interaction was sent from a guild context, the above holds true, otherwise the ID is 0.
[JsonIgnore]
public IReadOnlyDictionary<DiscordApplicationIntegrationType, ulong> AuthorizingIntegrationOwners { get; }

Property Value

IReadOnlyDictionary<DiscordApplicationIntegrationType, ulong>