Add source_channel and source_guild to Webhook

This commit is contained in:
Zomatree
2021-04-07 04:31:18 +01:00
committed by GitHub
parent 9f0c701a7a
commit ad68a1d04e
2 changed files with 133 additions and 1 deletions

View File

@ -2991,6 +2991,21 @@ RawReactionClearEmojiEvent
.. autoclass:: RawReactionClearEmojiEvent()
:members:
PartialWebhookGuild
~~~~~~~~~~~~~~
.. attributetable:: PartialWebhookGuild
.. autoclass:: PartialWebhookGuild()
:members:
PartialWebhookChannel
~~~~~~~~~~~~~~~
.. attributetable:: PartialWebhookChannel
.. autoclass:: PartialWebhookChannel()
:members:
.. _discord_api_data: