Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz0u committed Jul 16, 2024
1 parent 3ace221 commit 6fe013f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3/updates/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Telegram will consider it a temporary failure and will RESEND the same update a
```csharp
if (update.Id <= LastUpdateId) return;
LastUpdateId = update.Id;
// put your code to handle the Update here.
// your code to handle the Update here.
```
- Most web hostings will recycle your app after some HTTP inactivity (= stop your app and restart it on the next HTTP request)
To prevent issues like this:
Expand Down

0 comments on commit 6fe013f

Please sign in to comment.