From bee7f903e328add0ab8e1d4079dfb3fdd8df4ef0 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 21 Jan 2023 00:07:50 -0500 Subject: [PATCH] Document Interaction.message availability --- discord/interactions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/interactions.py b/discord/interactions.py index b43999927..9c39cdc7c 100644 --- a/discord/interactions.py +++ b/discord/interactions.py @@ -104,6 +104,8 @@ class Interaction(Generic[ClientT]): The user or member that sent the interaction. message: Optional[:class:`Message`] The message that sent this interaction. + + This is only available for :attr:`InteractionType.component` interactions. token: :class:`str` The token to continue the interaction. These are valid for 15 minutes.