.. currentmodule:: stoat Webhooks ======== The following section documents everything related to webhooks. Webhooks are currently unavailable in production, and as such you will need to use ``https://beta.revolt.chat/api`` as base API url to use webhooks. Models ------ BaseWebhook ~~~~~~~~~~~ .. attributetable:: BaseWebhook .. autoclass:: BaseWebhook :members: :inherited-members: PartialWebhook ~~~~~~~~~~~~~~ .. attributetable:: PartialWebhook .. autoclass:: PartialWebhook :members: :inherited-members: Webhook ~~~~~~~ .. attributetable:: Webhook .. autoclass:: Webhook :members: :inherited-members: