File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -61,30 +61,32 @@ class AppInfo:
61
61
A list of RPC origin URLs, if RPC is enabled.
62
62
summary: :class:`str`
63
63
If this application is a game sold on Discord,
64
- this field will be the summary field for the store page of its primary SKU
64
+ this field will be the summary field for the store page of its primary SKU.
65
65
66
66
.. versionadded:: 1.3
67
67
68
68
verify_key: :class:`str`
69
- The base64 encoded key for the GameSDK's GetTicket
69
+ The hex encoded key for verification in interactions and the
70
+ GameSDK's `GetTicket <https://discord.com/developers/docs/game-sdk/applications#getticket>`_.
70
71
71
72
.. versionadded:: 1.3
72
73
73
74
guild_id: Optional[:class:`int`]
74
75
If this application is a game sold on Discord,
75
- this field will be the guild to which it has been linked
76
+ this field will be the guild to which it has been linked to.
76
77
77
78
.. versionadded:: 1.3
78
79
79
80
primary_sku_id: Optional[:class:`int`]
80
81
If this application is a game sold on Discord,
81
- this field will be the id of the "Game SKU" that is created, if exists
82
+ this field will be the id of the "Game SKU" that is created,
83
+ if it exists.
82
84
83
85
.. versionadded:: 1.3
84
86
85
87
slug: Optional[:class:`str`]
86
88
If this application is a game sold on Discord,
87
- this field will be the URL slug that links to the store page
89
+ this field will be the URL slug that links to the store page.
88
90
89
91
.. versionadded:: 1.3
90
92
You can’t perform that action at this time.
0 commit comments