Skip to content

Commit

Permalink
deploy: 44761a9
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz0u committed Jul 23, 2024
1 parent b9d4f06 commit 5647330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ <h3 id="22-how-to-send-a-custom-emoji"><a class="header" href="#22-how-to-send-a
</ul>
<h3 id="23-how-to-upgrade-my-existing-code-you-keep-breaking-compatibility"><a class="header" href="#23-how-to-upgrade-my-existing-code-you-keep-breaking-compatibility"><em>23. How to upgrade my existing code? You keep breaking compatibility!</em></a></h3>
<p>A new lead developer (Wizou) is now in charge of the library and commits to reduce code-breaking changes in the future.<br />
Version 21.x of the library have been much improved to facilitate <a href="migrate/Migration-Guide-to-Version-21.x.html">migration from previous versions</a> of the library, and include a lot of helpers/implicit operators to simplify your code.</p>
Version 21.x of the library have been much improved to facilitate <a href="migrate/Version-21.x.html">migration from previous versions</a> of the library, and include a lot of helpers/implicit operators to simplify your code.</p>
<h3 id="24-can-i-use-several-appsinstance-to-manage-my-bot"><a class="header" href="#24-can-i-use-several-appsinstance-to-manage-my-bot"><em>24. Can I use several apps/instance to manage my bot?</em></a></h3>
<p>You can call API methods (like sending messages) from several instances in parallel<br />
<strong>BUT</strong> only one instance can call method GetUpdates (or else you will receive <em>Telegram API Error 409: Conflict: terminated by other getUpdates request</em>)</p>
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -5209,7 +5209,7 @@ <h3 id="22-how-to-send-a-custom-emoji"><a class="header" href="#22-how-to-send-a
</ul>
<h3 id="23-how-to-upgrade-my-existing-code-you-keep-breaking-compatibility"><a class="header" href="#23-how-to-upgrade-my-existing-code-you-keep-breaking-compatibility"><em>23. How to upgrade my existing code? You keep breaking compatibility!</em></a></h3>
<p>A new lead developer (Wizou) is now in charge of the library and commits to reduce code-breaking changes in the future.<br />
Version 21.x of the library have been much improved to facilitate <a href="migrate/Migration-Guide-to-Version-21.x.html">migration from previous versions</a> of the library, and include a lot of helpers/implicit operators to simplify your code.</p>
Version 21.x of the library have been much improved to facilitate <a href="migrate/Version-21.x.html">migration from previous versions</a> of the library, and include a lot of helpers/implicit operators to simplify your code.</p>
<h3 id="24-can-i-use-several-appsinstance-to-manage-my-bot"><a class="header" href="#24-can-i-use-several-appsinstance-to-manage-my-bot"><em>24. Can I use several apps/instance to manage my bot?</em></a></h3>
<p>You can call API methods (like sending messages) from several instances in parallel<br />
<strong>BUT</strong> only one instance can call method GetUpdates (or else you will receive <em>Telegram API Error 409: Conflict: terminated by other getUpdates request</em>)</p>
Expand Down

0 comments on commit 5647330

Please sign in to comment.