Support to receive discord event by webhook #6822
Unanswered
linliyuan
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
The complexity allows for greater efficiency, with no need for HTTP headers, high-latency reconnects, and session pain. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, only the callback gateway events support webhook reception. Why can't other events also be received through webhook? I've seen many other platforms receive through callbacks when accessing APIs, which seems more complete. If there is a retry mechanism, it can ensure that data is not lost. The current use of the websocket access is much more complicated than the callback.
Beta Was this translation helpful? Give feedback.
All reactions