Class AuthorizingIntegrationOwners
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents the authorizing integration owners.
public sealed class AuthorizingIntegrationOwners
- Inheritance
-
AuthorizingIntegrationOwners
- Inherited Members
Properties
- GuildInstallKey
If an interaction was created for an app that was installed to a guild, a
GUILD_INSTALL
key will be present.If the interaction was sent from a guild context, the value is the guild’s ID.
If the interaction was sent from a bot DM context, the value is
0
.
- UserInstallKey
If an interaction was created for an app that was installed to a user, a
USER_INSTALL
key will be present and its value will be the user’s ID.