diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 3971d4b7..27604ae4 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2018,6 +2018,12 @@ of :class:`enum.Enum`. Represents a webhook that is internally managed by Discord, used for following channels. + .. attribute:: application + + Represents a webhook that is used for interactions or applications. + + .. versionadded:: 2.0 + .. class:: ExpireBehaviour Represents the behaviour the :class:`Integration` should perform |