We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d4c31 commit c783c7cCopy full SHA for c783c7c
1 file changed
core/network/client.js
@@ -34,7 +34,7 @@ const DEFAULT_EXTENSIONS = {
34
35
const DEFAULT_OPTIONS = {
36
apiRoot: 'https://api.telegram.org',
37
- webhookReply: true,
+ webhookReply: false,
38
agent: new https.Agent({
39
keepAlive: true,
40
keepAliveMsecs: 10000
0 commit comments