Implement Webhook.type

This commit is contained in:
NCPlayz
2019-11-23 12:44:50 +00:00
committed by Rapptz
parent dc86670d7f
commit f554819506
3 changed files with 28 additions and 3 deletions

View File

@ -1662,6 +1662,18 @@ of :class:`enum.Enum`.
Represents a member currently in the team.
.. class:: WebhookType
Represents the type of webhook that can be received.
.. attribute:: incoming
Represents a webhook that can post messages to channels with a token.
.. attribute:: channel_follower
Represents a webhook that is internally managed by Discord, used for following channels.
Async Iterator
----------------