Table of Contents

Property GuildInstallKey

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

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.

[JsonProperty("0", NullValueHandling = NullValueHandling.Ignore)]
public ulong? GuildInstallKey { get; }

Property Value

ulong?