Property UserInstallKey
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
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.
[JsonProperty("1", NullValueHandling = NullValueHandling.Ignore)]
public ulong? UserInstallKey { get; }