We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c9ff9 commit ed1f73cCopy full SHA for ed1f73c
discord/interactions.py
@@ -140,6 +140,10 @@ class Interaction:
140
The guilds preferred locale, if invoked in a guild.
141
custom_id: Optional[:class:`str`]
142
The custom ID for the interaction.
143
+ entitlements: list[:class:`Entitlement`]
144
+ Entitlements that apply to the invoking user, showing access to premium SKUs.
145
+
146
+ .. versionadded:: 2.5
147
authorizing_integration_owners: :class:`AuthorizingIntegrationOwners`
148
Contains the entities (users or guilds) that authorized this interaction.
149
0 commit comments