<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Telegram Bot SDK changelog</title>
        <link>https://telegram-bot-sdk.com/changelog</link>
        <description>Keep yourself up-to-date about new features in every release</description>
        <lastBuildDate>Sat, 20 May 2023 20:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>Copyright © 2025 Irfaq Syed</copyright>
        <item>
            <title><![CDATA[3.12.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.12.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.12.0</guid>
            <pubDate>Sat, 20 May 2023 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/3.12.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li><code>download</code> HTTP method for the file downloader.</li>
<li>Added support for Pest <code>1.x</code> and <code>2.x</code>.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/3.12.0#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li>Updated Guzzle version to <code>7.5.1</code> to address security concerns.</li>
<li>Refactored codebase for improved performance, readability, and optimizations.</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.11.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.11.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.11.0</guid>
            <pubDate>Sun, 16 Apr 2023 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/3.11.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li><code>argument($name, $default)</code> method in <code>command</code>.</li>
<li><code>is_persistent</code> field of the <code>ReplyKeyboardMarkup</code> object by <a href="https://github.com/pavel-mironchik" target="_blank" rel="noopener noreferrer">@pavel-mironchik</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1063" target="_blank" rel="noopener noreferrer">#1063</a>.</li>
<li>Unicode support for command parser.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/3.11.0#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li>Refactored command system to improve arguments support. Supported patterns: <code>{argument}</code> <code>{ regex: \w+ }</code></li>
<li>Updated <code>TelegramResponse.php</code> to improve decoding and other misc by <a href="https://github.com/irpcpro" target="_blank" rel="noopener noreferrer">@irpcpro</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1053" target="_blank" rel="noopener noreferrer">#1053</a>, <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1054" target="_blank" rel="noopener noreferrer">#1054</a>, <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1057" target="_blank" rel="noopener noreferrer">#1057</a>.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/3.11.0#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li><code>setChatPhoto</code> method to properly upload photo file.</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.10.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.10.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.10.0</guid>
            <pubDate>Sun, 02 Apr 2023 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/3.10.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Telegram Facade PHPDoc blocks.</li>
<li>3.10 Changes by <a href="https://github.com/irazasyed" target="_blank" rel="noopener noreferrer">@irazasyed</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1047" target="_blank" rel="noopener noreferrer">#1047</a></li>
<li>Support League Event 2 and 3 by <a href="https://github.com/irazasyed" target="_blank" rel="noopener noreferrer">@irazasyed</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1050" target="_blank" rel="noopener noreferrer">#1050</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/3.10.0#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li>Convert all tests to PEST.</li>
<li>Refactor to improve readibility and performance.</li>
<li>Refactor WebhookCommand.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/3.10.0#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li>Bugfixes</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.9.1]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.9.1</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.9.1</guid>
            <pubDate>Sat, 01 Apr 2023 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/3.9.1#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Add support for PSR-11 Container and update dependencies.</li>
<li>make BASE_BOT_URL customizable by <a href="https://github.com/ariaieboy" target="_blank" rel="noopener noreferrer">@ariaieboy</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1017" target="_blank" rel="noopener noreferrer">#1017</a></li>
<li>Supported Versions table by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/997" target="_blank" rel="noopener noreferrer">#997</a></li>
<li>Laravel 10 support by <a href="https://github.com/Serpichenko" target="_blank" rel="noopener noreferrer">@Serpichenko</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1034" target="_blank" rel="noopener noreferrer">#1034</a></li>
<li>Add WebApp compatibility by <a href="https://github.com/dmtrbskkv" target="_blank" rel="noopener noreferrer">@dmtrbskkv</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1028" target="_blank" rel="noopener noreferrer">#1028</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/3.9.1#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li>Emit <code>UpdateEvent</code> event similar to SDK v4 by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/998" target="_blank" rel="noopener noreferrer">#998</a></li>
<li>Change visibility of get method in TelegramResponseException by <a href="https://github.com/foremtehan" target="_blank" rel="noopener noreferrer">@foremtehan</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1030" target="_blank" rel="noopener noreferrer">#1030</a></li>
<li>Refactor TelegramClient.php by <a href="https://github.com/Thajudecodes" target="_blank" rel="noopener noreferrer">@Thajudecodes</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1031" target="_blank" rel="noopener noreferrer">#1031</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/3.9.1#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li>Several minor bugfixes.</li>
<li>Fix PHPDoc and return types: use <code>EmitterInterface</code> instead of <code>Emitter</code> implementation by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/990" target="_blank" rel="noopener noreferrer">#990</a></li>
<li>Fix links to docs by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/993" target="_blank" rel="noopener noreferrer">#993</a></li>
<li>fix chat trait by <a href="https://github.com/kolirt" target="_blank" rel="noopener noreferrer">@kolirt</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/999" target="_blank" rel="noopener noreferrer">#999</a></li>
<li>Fix Telegram.php docblock by <a href="https://github.com/foremtehan" target="_blank" rel="noopener noreferrer">@foremtehan</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1004" target="_blank" rel="noopener noreferrer">#1004</a></li>
<li>Fix showing the webhook information in an Artisan command by <a href="https://github.com/pavel-mironchik" target="_blank" rel="noopener noreferrer">@pavel-mironchik</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/1044" target="_blank" rel="noopener noreferrer">#1044</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="removed">Removed<a href="https://telegram-bot-sdk.com/changelog/3.9.1#removed" class="hash-link" aria-label="Direct link to Removed" title="Direct link to Removed">​</a></h3>
<ul>
<li>Drop support for Laravel &lt; 9 and PHP &lt; 8.</li>
<li>Drop command bus singleton.</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.9.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.9.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.9.0</guid>
            <pubDate>Wed, 03 Aug 2022 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/3.9.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Add GitHub issue template for bug reports by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/981" target="_blank" rel="noopener noreferrer">#981</a></li>
<li>Add missing <code>param</code> and <code>return</code> types to PHPDoc blocks by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/983" target="_blank" rel="noopener noreferrer">#983</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/3.9.0#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li>Make TelegramServiceProvider really deferrable by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/978" target="_blank" rel="noopener noreferrer">#978</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/3.9.0#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li>FIX: Set correct Api/Bot instance when add/init Commands by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/984" target="_blank" rel="noopener noreferrer">#984</a></li>
<li>Fix <code>Update::getChat()</code> for cases when a User banned and/or unbanned a bot by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/977" target="_blank" rel="noopener noreferrer">#977</a></li>
<li>Fix return type error on method findType by <a href="https://github.com/MaizerGomes" target="_blank" rel="noopener noreferrer">@MaizerGomes</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/985" target="_blank" rel="noopener noreferrer">#985</a></li>
<li>createChatInvitelink returns array and solves the create link issue by <a href="https://github.com/arifjawad" target="_blank" rel="noopener noreferrer">@arifjawad</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/986" target="_blank" rel="noopener noreferrer">#986</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="removed">Removed<a href="https://telegram-bot-sdk.com/changelog/3.9.0#removed" class="hash-link" aria-label="Direct link to Removed" title="Direct link to Removed">​</a></h3>
<ul>
<li>Drop <code>username</code> config key used by WebhookCommand only by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/979" target="_blank" rel="noopener noreferrer">#979</a></li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.8.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.8.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.8.0</guid>
            <pubDate>Sun, 10 Jul 2022 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/3.8.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Add php-cs-fixer to CI to use the same style as for SDK v4 by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/973" target="_blank" rel="noopener noreferrer">#973</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/3.8.0#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li>Improve PHPDoc (for Telegram + add more deprecations to methods removed in SDK v4) by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/972" target="_blank" rel="noopener noreferrer">#972</a></li>
<li>Cleanup php cs fixer config: remove cache from repository by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/976" target="_blank" rel="noopener noreferrer">#976</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/3.8.0#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li>Fix package to work on PHP 7.3 by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/969" target="_blank" rel="noopener noreferrer">#969</a></li>
<li>Fix CI: do not use guzzle versions with know vulnerabilities by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/970" target="_blank" rel="noopener noreferrer">#970</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="removed">Removed<a href="https://telegram-bot-sdk.com/changelog/3.8.0#removed" class="hash-link" aria-label="Direct link to Removed" title="Direct link to Removed">​</a></h3>
<ul>
<li>Remove invalid imports by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/975" target="_blank" rel="noopener noreferrer">#975</a></li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.7.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.7.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.7.0</guid>
            <pubDate>Fri, 08 Jul 2022 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/3.7.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Add missing types by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/961" target="_blank" rel="noopener noreferrer">#961</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/3.7.0#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li>Backport some v4 features by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/965" target="_blank" rel="noopener noreferrer">#965</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/3.7.0#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li>Fix PHPDoc: mark optional properties as nullables by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/963" target="_blank" rel="noopener noreferrer">#963</a></li>
<li>Fix one-to-many relations by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/964" target="_blank" rel="noopener noreferrer">#964</a></li>
<li>Fix type issue parsing "entities" by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/967" target="_blank" rel="noopener noreferrer">#967</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="removed">Removed<a href="https://telegram-bot-sdk.com/changelog/3.7.0#removed" class="hash-link" aria-label="Direct link to Removed" title="Direct link to Removed">​</a></h3>
<ul>
<li>Drop PHP 7.2 support and update phpunit by <a href="https://github.com/lptn" target="_blank" rel="noopener noreferrer">@lptn</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/966" target="_blank" rel="noopener noreferrer">#966</a></li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.6.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.6.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.6.0</guid>
            <pubDate>Thu, 31 Mar 2022 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/3.6.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Added PHPDoc templates for Keyboard classes by <a href="https://github.com/Kravets1996" target="_blank" rel="noopener noreferrer">@Kravets1996</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/928" target="_blank" rel="noopener noreferrer">#928</a></li>
<li>add copyMessage by <a href="https://github.com/mrjavadseydi" target="_blank" rel="noopener noreferrer">@mrjavadseydi</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/927" target="_blank" rel="noopener noreferrer">#927</a></li>
<li>Added missing message type: <code>video_note</code> by <a href="https://github.com/andrey-helldar" target="_blank" rel="noopener noreferrer">@andrey-helldar</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/930" target="_blank" rel="noopener noreferrer">#930</a></li>
<li>Added missing message types by <a href="https://github.com/andrey-helldar" target="_blank" rel="noopener noreferrer">@andrey-helldar</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/932" target="_blank" rel="noopener noreferrer">#932</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/3.6.0#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li>Fix <code>is not valid header value</code> by <a href="https://github.com/andrey-helldar" target="_blank" rel="noopener noreferrer">@andrey-helldar</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/934" target="_blank" rel="noopener noreferrer">#934</a></li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.5.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.5.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.5.0</guid>
            <pubDate>Fri, 11 Feb 2022 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/3.5.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Laravel 9 Support.</li>
<li>Add support for RequestInterface for webhooks by <a href="https://github.com/mattiabasone" target="_blank" rel="noopener noreferrer">@mattiabasone</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/908" target="_blank" rel="noopener noreferrer">#908</a></li>
<li>Psr7 v2 support by <a href="https://github.com/DoctorLines" target="_blank" rel="noopener noreferrer">@DoctorLines</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/907" target="_blank" rel="noopener noreferrer">#907</a></li>
<li>Anonymous Admins by <a href="https://github.com/alexmorbo" target="_blank" rel="noopener noreferrer">@alexmorbo</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/832" target="_blank" rel="noopener noreferrer">#832</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/3.5.0#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li>Handle all possible Guzzle request exceptions by <a href="https://github.com/b1rdex" target="_blank" rel="noopener noreferrer">@b1rdex</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/879" target="_blank" rel="noopener noreferrer">#879</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/3.5.0#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li>Fixed: method ReflectionParameter::getClass() is deprecated, PHP8 by <a href="https://github.com/semsphy" target="_blank" rel="noopener noreferrer">@semsphy</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/854" target="_blank" rel="noopener noreferrer">#854</a></li>
<li>Fixed arrow sign by <a href="https://github.com/semsphy" target="_blank" rel="noopener noreferrer">@semsphy</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/870" target="_blank" rel="noopener noreferrer">#870</a></li>
<li>Fix namespace case by <a href="https://github.com/netesin" target="_blank" rel="noopener noreferrer">@netesin</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/892" target="_blank" rel="noopener noreferrer">#892</a></li>
<li>Fixed conflict command aliases by <a href="https://github.com/korkoshko" target="_blank" rel="noopener noreferrer">@korkoshko</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/885" target="_blank" rel="noopener noreferrer">#885</a></li>
<li>Fix: Aliased command not received arguments by <a href="https://github.com/arispati" target="_blank" rel="noopener noreferrer">@arispati</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/857" target="_blank" rel="noopener noreferrer">#857</a></li>
<li>Fix an error in validateInputFileField by <a href="https://github.com/mihard" target="_blank" rel="noopener noreferrer">@mihard</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/829" target="_blank" rel="noopener noreferrer">#829</a></li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.4.1]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.4.1</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.4.1</guid>
            <pubDate>Fri, 11 Dec 2020 20:00:00 GMT</pubDate>
            <description><![CDATA[Fixed]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/3.4.1#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li>Fixed commands receiving argument names instead of values by <a href="https://github.com/roelofr" target="_blank" rel="noopener noreferrer">@roelofr</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/821" target="_blank" rel="noopener noreferrer">#821</a></li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.4.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.4.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.4.0</guid>
            <pubDate>Sat, 05 Dec 2020 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/3.4.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Added Laravel 8.0 to GitHub Actions by <a href="https://github.com/roelofr" target="_blank" rel="noopener noreferrer">@roelofr</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/819" target="_blank" rel="noopener noreferrer">#819</a></li>
<li>Added PHP 8.0 support by <a href="https://github.com/roelofr" target="_blank" rel="noopener noreferrer">@roelofr</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/818" target="_blank" rel="noopener noreferrer">#818</a></li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.3.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.3.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.3.0</guid>
            <pubDate>Thu, 10 Sep 2020 20:00:00 GMT</pubDate>
            <description><![CDATA[Changed]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/3.3.0#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li>Refactored Service Provider</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.2.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.2.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.2.0</guid>
            <pubDate>Wed, 09 Sep 2020 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/3.2.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Laravel 8 Support by <a href="https://github.com/faustbrian" target="_blank" rel="noopener noreferrer">@faustbrian</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/786" target="_blank" rel="noopener noreferrer">#786</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/3.2.0#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li>Replace "array_wrap" with "Arr::wrap" by <a href="https://github.com/andriihorpenko" target="_blank" rel="noopener noreferrer">@andriihorpenko</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/763" target="_blank" rel="noopener noreferrer">#763</a></li>
<li>Replace "array_intersect_key" with "intersectByKeys" by <a href="https://github.com/slavkluev" target="_blank" rel="noopener noreferrer">@slavkluev</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/778" target="_blank" rel="noopener noreferrer">#778</a></li>
<li>Allow Guzzle 7 by <a href="https://github.com/matthewnessworthy" target="_blank" rel="noopener noreferrer">@matthewnessworthy</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/782" target="_blank" rel="noopener noreferrer">#782</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/3.2.0#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li>Fix triggerCommand issues by <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/733" target="_blank" rel="noopener noreferrer">#733</a></li>
<li>Offset issue when triggering a command by <a href="https://github.com/KielD-01" target="_blank" rel="noopener noreferrer">@KielD-01</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/772" target="_blank" rel="noopener noreferrer">#772</a></li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[3.1.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/3.1.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/3.1.0</guid>
            <pubDate>Sat, 18 Apr 2020 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/3.1.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Laravel 7 Support.</li>
<li>Poll support by <a href="https://github.com/arsamme" target="_blank" rel="noopener noreferrer">@arsamme</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/727" target="_blank" rel="noopener noreferrer">#727</a></li>
<li>Bot API 4.7 by <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/730" target="_blank" rel="noopener noreferrer">#730</a></li>
<li>Latest Bot API changes by <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/657" target="_blank" rel="noopener noreferrer">#657</a></li>
<li>Bot API 4.5 by <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/699" target="_blank" rel="noopener noreferrer">#699</a></li>
<li>Bot API 4.4 by <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/659" target="_blank" rel="noopener noreferrer">#659</a></li>
<li>BotAPI 4.0 by <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/596" target="_blank" rel="noopener noreferrer">#596</a></li>
<li>Add proxy to GuzzleHttpClient by <a href="https://github.com/vokamut" target="_blank" rel="noopener noreferrer">@vokamut</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/721" target="_blank" rel="noopener noreferrer">#721</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/3.1.0#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li>Update .travis.yml by <a href="https://github.com/sergiy-petrov" target="_blank" rel="noopener noreferrer">@sergiy-petrov</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/707" target="_blank" rel="noopener noreferrer">#707</a></li>
<li>Update phpunit/phpunit requirement from ^6.1 to ^6.1 || ^8.0 by <a href="https://github.com/dependabot" target="_blank" rel="noopener noreferrer">@dependabot</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/708" target="_blank" rel="noopener noreferrer">#708</a></li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/3.1.0#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li>Fix send invoice by <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/610" target="_blank" rel="noopener noreferrer">#610</a></li>
<li>fix issue in sendMediaGroup by <a href="https://github.com/alr2413" target="_blank" rel="noopener noreferrer">@alr2413</a> in <a href="https://github.com/irazasyed/telegram-bot-sdk/pull/691" target="_blank" rel="noopener noreferrer">#691</a></li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[2.3.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/2.3.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/2.3.0</guid>
            <pubDate>Sun, 08 Sep 2019 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/2.3.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Laravel 6 Support!</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[2.2.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/2.2.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/2.2.0</guid>
            <pubDate>Thu, 05 Jan 2017 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/2.2.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Lumen Support!</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[2.1.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/2.1.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/2.1.0</guid>
            <pubDate>Wed, 02 Nov 2016 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/2.1.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Laravel 5.3 Support!</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[2.0.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/2.0.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/2.0.0</guid>
            <pubDate>Mon, 28 Dec 2015 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/2.0.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>More doc blocks to the code.</li>
<li>New <code>getFile()</code> method &amp; File Object - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/39" target="_blank" rel="noopener noreferrer">#39</a>).</li>
<li>Channel Username Support.</li>
<li>Dependency Injection in Commands - Thanks <a href="https://github.com/antoniomadonna" target="_blank" rel="noopener noreferrer">@antoniomadonna</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/53" target="_blank" rel="noopener noreferrer">#53</a>).</li>
<li>PHPUnit Tests - Thanks <a href="https://github.com/antoniomadonna" target="_blank" rel="noopener noreferrer">@antoniomadonna</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/58" target="_blank" rel="noopener noreferrer">#58</a>).</li>
<li>Travis Config.</li>
<li>PHPUnit 4.8 Version to Support PHP5.5 Testing.</li>
<li>Git Attributes File.</li>
<li>Composer Config &amp; Other Options.</li>
<li>Composer script test to make it easier to run phpunit by firing <code>composer test</code>.</li>
<li>Nitpick Config.</li>
<li>New <code>removeCommand()</code> &amp; <code>removeCommands()</code> methods to the API &amp; their Tests - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/66" target="_blank" rel="noopener noreferrer">#66</a>).</li>
<li>New Remote Files Upload Support - (<a href="https://github.com/irazasyed/telegram-bot-sdk/issues/42" target="_blank" rel="noopener noreferrer">#42</a>).</li>
<li>Laravel 5.2 Support.</li>
<li>New Message Object Properties - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/75" target="_blank" rel="noopener noreferrer">#75</a>).</li>
<li>More PHPUnit Tests &amp; Mocking 'Telegram Response' class - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/76" target="_blank" rel="noopener noreferrer">#76</a>).</li>
<li>Added ability to change request timeout and connection timeout globally for all Telegram API requests - Thanks <a href="https://github.com/ihoru" target="_blank" rel="noopener noreferrer">@ihoru</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/81" target="_blank" rel="noopener noreferrer">#81</a>).</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/2.0.0#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li>Methods' Params to Array, To support constant changes by Telegram - (<a href="https://github.com/irazasyed/telegram-bot-sdk/issues/54" target="_blank" rel="noopener noreferrer">#54</a>) <strong>[BC]</strong>.</li>
<li>Revise Doc Blocks.</li>
<li>Update Commands Class to Reflect Param Changes.</li>
<li>Update Help Command.</li>
<li>Refactor Command Magic Method Arguments.</li>
<li>Refactor Laravel Service Provider to Support DI.</li>
<li>Message Detecting methods to support Message object too - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/37" target="_blank" rel="noopener noreferrer">#37</a>).</li>
<li>Switch to POST requests method to make API requests - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/40" target="_blank" rel="noopener noreferrer">#40</a>).</li>
<li>Update Chat field change to new Chat Object in place of GroupChat Object - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/46" target="_blank" rel="noopener noreferrer">#46</a>).</li>
<li>Improve <code>mapRelatives</code> to initialize inner properties - Thanks <a href="https://github.com/alexsoft" target="_blank" rel="noopener noreferrer">@alexsoft</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/49" target="_blank" rel="noopener noreferrer">#49</a>).</li>
<li>Tests Namespace.</li>
<li>Tests to Autoload in Dev.</li>
<li>PHPUnit Tests Config.</li>
<li>Applied Scrutinizer's Best Practises &amp; Other Fixes.</li>
<li>CS Fixes &amp; Doc Block Updates - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/72" target="_blank" rel="noopener noreferrer">#72</a>).</li>
<li>Get Updates &amp; Process command enhancements to prevent errors - Thanks <a href="https://github.com/autowp" target="_blank" rel="noopener noreferrer">@autowp</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/85" target="_blank" rel="noopener noreferrer">#85</a>) &amp; (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/88" target="_blank" rel="noopener noreferrer">#88</a>).</li>
<li>Library Documentation Rewritten for V2 - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/89" target="_blank" rel="noopener noreferrer">#89</a>).</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/2.0.0#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li><code>ReplyWith</code> Params Bug.</li>
<li><code>uploadFile</code> Bug Opening Webhook URL.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="removed">Removed<a href="https://telegram-bot-sdk.com/changelog/2.0.0#removed" class="hash-link" aria-label="Direct link to Removed" title="Direct link to Removed">​</a></h3>
<ul>
<li>Group Chat Object.</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[1.0.0]]></title>
            <link>https://telegram-bot-sdk.com/changelog/1.0.0</link>
            <guid>https://telegram-bot-sdk.com/changelog/1.0.0</guid>
            <pubDate>Tue, 08 Sep 2015 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/1.0.0#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>New <code>sendVoice()</code> method as per API Changes - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/19" target="_blank" rel="noopener noreferrer">#19</a>).</li>
<li>Branch Alias to Composer to install <code>dev-master</code> easily.</li>
<li>Commands System: Automated Inbound Commands Handler.</li>
<li>Commands Handler Support for Laravel.</li>
<li>Command Bus Methods to Super Class.</li>
<li>Default Help Command.</li>
<li>Chat Actions Helper Class.</li>
<li>CHANGELOG File.</li>
<li>Magic Methods Documentation for Commands Class and Object Classes - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/26" target="_blank" rel="noopener noreferrer">#26</a>).</li>
<li>API Object Classes Magic Method PHPDocs - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/30" target="_blank" rel="noopener noreferrer">#30</a>).</li>
<li>New Documentation Page.</li>
<li>Telegram Bot SDK <a href="https://irazasyed.github.io/telegram-bot-sdk/api" target="_blank" rel="noopener noreferrer">API Docs</a>.</li>
<li><a href="https://telegram-bot-sdk.com/docs/upgrade-guide">Upgrade</a> Guide.</li>
<li>Methods to Detect and Determine Message/Update Type.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="changed">Changed<a href="https://telegram-bot-sdk.com/changelog/1.0.0#changed" class="hash-link" aria-label="Direct link to Changed" title="Direct link to Changed">​</a></h3>
<ul>
<li><code>uploadFile()</code> method to support loading resource directly - Thanks <a href="https://github.com/rkhitin" target="_blank" rel="noopener noreferrer">@rkhitin</a> - (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/17" target="_blank" rel="noopener noreferrer">#17</a>).</li>
<li>Added optional <code>performer</code> and <code>title</code> fields to <code>sendAudio()</code> as per official API Changes - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a> (<a href="https://github.com/irazasyed/telegram-bot-sdk/pull/19" target="_blank" rel="noopener noreferrer">#19</a>) - <strong>[BC]</strong>.</li>
<li>Added <code>certificate</code> param to <code>setWebhook()</code> method as per Official API Changes.</li>
<li>Refactor Upload File Method.</li>
<li>Format Code, Simplify FQNs, Code Cleanup and Revise Doc Blocks.</li>
<li>Revise Token Exception Text.</li>
<li>Clean Up Base Object Class.</li>
<li>Rename Namespace from <code>Irazasyed\Telegram</code> to <code>Telegram\Bot</code> - <strong>[BC]</strong>.</li>
<li>Rename <a href="https://github.com/irazasyed/telegram-bot-sdk/blob/v0.2.6/src/Telegram.php" target="_blank" rel="noopener noreferrer">Telegram.php</a> - <code>Irazasyed\Telegram\Telegram</code> to <a href="https://github.com/irazasyed/telegram-bot-sdk/blob/master/src/Api.php" target="_blank" rel="noopener noreferrer">Api.php</a> - <code>Telegram\Bot\Api</code> - <strong>[BC]</strong>.</li>
<li>Move PHPDocs to its own home.</li>
<li>Revise README.</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[0.2.6]]></title>
            <link>https://telegram-bot-sdk.com/changelog/0.2.6</link>
            <guid>https://telegram-bot-sdk.com/changelog/0.2.6</guid>
            <pubDate>Tue, 18 Aug 2015 20:00:00 GMT</pubDate>
            <description><![CDATA[Added]]></description>
            <content:encoded><![CDATA[<h3 class="anchor anchorWithStickyNavbar_J8bG" id="added">Added<a href="https://telegram-bot-sdk.com/changelog/0.2.6#added" class="hash-link" aria-label="Direct link to Added" title="Direct link to Added">​</a></h3>
<ul>
<li>Video Caption Support to <code>sendVideo()</code> method as per Official API Changes - Thanks <a href="https://github.com/jonnywilliamson" target="_blank" rel="noopener noreferrer">@jonnywilliamson</a>.</li>
<li>Duration Support to <code>sendVideo()</code> and <code>sendAudio()</code> methods as per Official API Changes.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_J8bG" id="fixed">Fixed<a href="https://telegram-bot-sdk.com/changelog/0.2.6#fixed" class="hash-link" aria-label="Direct link to Fixed" title="Direct link to Fixed">​</a></h3>
<ul>
<li>Contact Object Namespace - Thanks DmitryNek.</li>
<li><code>HTTPClientHandlerInterface</code> Laravel Config Typo.</li>
</ul>]]></content:encoded>
        </item>
    </channel>
</rss>