aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZomatree <[email protected]>2021-04-07 04:31:18 +0100
committerGitHub <[email protected]>2021-04-06 23:31:18 -0400
commitad68a1d04ecf73d7aab4f2408fdf800f73b1f7bd (patch)
tree912747c78656ece28deda800f10715a79bfc9b62 /docs
parentuse `typing.AsyncIterator` for iterators (diff)
downloaddiscord.py-ad68a1d04ecf73d7aab4f2408fdf800f73b1f7bd.tar.xz
discord.py-ad68a1d04ecf73d7aab4f2408fdf800f73b1f7bd.zip
Add source_channel and source_guild to Webhook
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 859f1e25..9c678327 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -2991,6 +2991,21 @@ RawReactionClearEmojiEvent
.. autoclass:: RawReactionClearEmojiEvent()
:members:
+PartialWebhookGuild
+~~~~~~~~~~~~~~
+
+.. attributetable:: PartialWebhookGuild
+
+.. autoclass:: PartialWebhookGuild()
+ :members:
+
+PartialWebhookChannel
+~~~~~~~~~~~~~~~
+
+.. attributetable:: PartialWebhookChannel
+
+.. autoclass:: PartialWebhookChannel()
+ :members:
.. _discord_api_data: