- Implemented types
-
- Implementers
Properties
-
client
→ INyxx
-
Reference to INyxx.
read-only
-
coverImage
→ String?
-
The app's cover hash.
read-only
-
createdAt
→ DateTime
-
Gets creation timestamp included in Snowflake
read-onlyinherited
-
description
→ String
-
The app's description.
read-only
-
guildId
→ Snowflake?
-
If this application is a game sold on Discord, this field will be the guild to which it has been linked.
read-only
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
icon
→ String?
-
The app's icon hash.
read-only
-
id
→ Snowflake
-
ID of entity as Snowflake
finalinherited
-
name
→ String
-
The app's name.
read-only
-
primarySkuId
→ Snowflake?
-
If this application is a game sold on Discord, this field will be the id of the "Game SKU" that is created, if exists.
read-only
-
privacyPolicyUrl
→ String?
-
The url of the app's privacy policy.
read-only
-
rpcOrigins
→ List<String>?
-
The app's RPC origins.
read-only
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
slug
→ String?
-
If this application is a game sold on Discord, this field will be the URL slug that links to the store page.
read-only
-
team
→ IAppTeam?
-
If the application belongs to a team, this will be a list of the members of that team.
read-only
-
termsOfServiceUrl
→ String?
-
The url of the app's terms of service.
read-only
-
verifyKey
→ String
-
The hex encoded key for verification in interactions and the GameSDK's GetTicket
read-only
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator.
inherited