From f554819506356b9c78fd6dbf07a88eadf9dd4693 Mon Sep 17 00:00:00 2001 From: NCPlayz Date: Sat, 23 Nov 2019 12:44:50 +0000 Subject: Implement `Webhook.type` --- docs/api.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index fbb0b4b8..46bbe2a6 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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 ---------------- -- cgit v1.2.3