Replies: 2 comments 4 replies
-
I like the async def check_webhook_is_registered(self, topic: WebhookTopic | str, recreate_if_missing: bool = True) -> Optional[WebhookResponse]:
"""Verify if the webhook is still registered and if it isn't, recreate (by default).
If recreate_if_missing is False this function will return None""" I guess since we return the ids from the create, we could use them as input too ... 🤔 For In the long term it'd be awesome to have something like |
Beta Was this translation helpful? Give feedback.
-
Please note this issue: |
Beta Was this translation helpful? Give feedback.
-
It would be really helpful if SpyLib had support for webhooks!
Here is my proposal for basic webhook support:
Beta Was this translation helpful? Give feedback.
All reactions