mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Add interaction.data to docs
This commit is contained in:
parent
6587b5c7ea
commit
36b9bc8ee3
@ -95,6 +95,8 @@ class Interaction:
|
|||||||
token: :class:`str`
|
token: :class:`str`
|
||||||
The token to continue the interaction. These are valid
|
The token to continue the interaction. These are valid
|
||||||
for 15 minutes.
|
for 15 minutes.
|
||||||
|
data: :class:`dict`
|
||||||
|
The raw interaction data.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__slots__: Tuple[str, ...] = (
|
__slots__: Tuple[str, ...] = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user