mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Document Interaction.message availability
This commit is contained in:
parent
aa981ade1d
commit
bee7f903e3
@ -104,6 +104,8 @@ class Interaction(Generic[ClientT]):
|
|||||||
The user or member that sent the interaction.
|
The user or member that sent the interaction.
|
||||||
message: Optional[:class:`Message`]
|
message: Optional[:class:`Message`]
|
||||||
The message that sent this interaction.
|
The message that sent this interaction.
|
||||||
|
|
||||||
|
This is only available for :attr:`InteractionType.component` interactions.
|
||||||
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user