Fix AuditLogDiff.type for webhooks

This commit is contained in:
o-wo
2023-02-22 04:01:01 +05:30
committed by GitHub
parent 2cde1133f9
commit b19897fce1
2 changed files with 7 additions and 3 deletions

View File

@ -3517,9 +3517,9 @@ AuditLogDiff
.. attribute:: type
The type of channel, sticker or integration.
The type of channel, sticker, webhook or integration.
:type: Union[:class:`ChannelType`, :class:`StickerType`, :class:`str`]
:type: Union[:class:`ChannelType`, :class:`StickerType`, :class:`WebhookType`, :class:`str`]
.. attribute:: topic