Property AuthorizingIntegrationOwners
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
AuthorizingIntegrationOwners
Gets the interactions that authorized the interaction.
<p>
This dictionary contains the following:
<ul><li>
If the interaction is installed to a user, a key of <xref href="DSharpPlus.Entities.DiscordApplicationIntegrationType.UserInstall" data-throw-if-not-resolved="false"></xref> and a value of the user's ID.
</li><li>
If the interaction is installed to a guild, a key of <xref href="DSharpPlus.Entities.DiscordApplicationIntegrationType.GuildInstall" data-throw-if-not-resolved="false"></xref> and a value of the guild's ID.
<ul><li>
IF the interaction was sent from a guild context, the above holds true, otherwise the ID is 0.
</li></ul>
</li></ul>
</p>
[JsonIgnore]
public IReadOnlyDictionary<DiscordApplicationIntegrationType, ulong> AuthorizingIntegrationOwners { get; }