Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Aug 27, 2024
1 parent c076216 commit 713a0ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"url": "https:\/\/api.telegram.org\/bot3f3814e1-5836-3d77-904e-60f64b15df36\/setWebhook",
"payload": {
"url": "https:\/\/testbot.defstudio.dev\/telegraph\/3f3814e1-5836-3d77-904e-60f64b15df36\/webhook"
"url": "https:\/\/testbot.defstudio.dev\/telegraph\/3f3814e1-5836-3d77-904e-60f64b15df36\/webhook",
"max_connections": 40
},
"files": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"url": "https:\/\/api.telegram.org\/bot3f3814e1-5836-3d77-904e-60f64b15df36\/setWebhook",
"payload": {
"url": "https:\/\/testbot.defstudio.dev\/telegraph\/3f3814e1-5836-3d77-904e-60f64b15df36\/webhook",
"drop_pending_updates": true
"drop_pending_updates": true,
"max_connections": 40
},
"files": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"url": "https:\/\/api.telegram.org\/bot3f3814e1-5836-3d77-904e-60f64b15df36\/setWebhook",
"payload": {
"url": "https:\/\/testbot.defstudio.dev\/telegraph\/3f3814e1-5836-3d77-904e-60f64b15df36\/webhook",
"max_connections": 40,
"secret_token": "super-secret-token"
},
"files": []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"url": "https:\/\/api.telegram.org\/bot3f3814e1-5836-3d77-904e-60f64b15df36\/setWebhook",
"payload": {
"url": "http:\/\/foo.bar.baz\/telegraph\/3f3814e1-5836-3d77-904e-60f64b15df36\/webhook"
"url": "http:\/\/foo.bar.baz\/telegraph\/3f3814e1-5836-3d77-904e-60f64b15df36\/webhook",
"max_connections": 40
},
"files": []
}

0 comments on commit 713a0ac

Please sign in to comment.