Add support for Message.interaction_metadata

Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
This commit is contained in:
Soheab
2024-05-06 05:36:08 +02:00
committed by GitHub
parent 71358b8dce
commit 963bb08557
4 changed files with 173 additions and 11 deletions

View File

@ -45,6 +45,14 @@ MessageInteraction
.. autoclass:: MessageInteraction()
:members:
MessageInteractionMetadata
~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. attributetable:: MessageInteractionMetadata
.. autoclass:: MessageInteractionMetadata()
:members:
Component
~~~~~~~~~~