diff options
| author | Rapptz <[email protected]> | 2020-12-19 06:00:21 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-19 06:00:21 -0500 |
| commit | 674f414ae0e029377a303260bcaf1598f040387d (patch) | |
| tree | aafa7b7777a1c40cc3628c946cb5de43b9e44a04 | |
| parent | [matrix] Flip collapsible arrow direction (diff) | |
| download | discord.py-674f414ae0e029377a303260bcaf1598f040387d.tar.xz discord.py-674f414ae0e029377a303260bcaf1598f040387d.zip | |
Add attributetable to WebhookMessage
| -rw-r--r-- | docs/api.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 01198fcb..edf77bad 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2624,11 +2624,19 @@ Webhook Support discord.py offers support for creating, editing, and executing webhooks through the :class:`Webhook` class. +Webhook +~~~~~~~~~ + .. attributetable:: Webhook .. autoclass:: Webhook :members: +WebhookMessage +~~~~~~~~~~~~~~~~ + +.. attributetable:: WebhookMessage + .. autoclass:: WebhookMessage :members: |