Skip to content

Commit 0d385e4

Browse files
deploy: 2787e8e
1 parent a5043da commit 0d385e4

3,758 files changed

Lines changed: 8548 additions & 8663 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 8cedf24ce4adabf2ff3adf3e3068a5bb
3+
config: 76c6a02e40aa3f22da3c7a0fb4677da6
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_includes/usable-by/bots.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
</div>
10411041
<div class="right-details">
10421042
<div class="icons">
1043-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/64b4a69" aria-label="GitHub"></a>
1043+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/2787e8e" aria-label="GitHub"></a>
10441044
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10451045
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10461046

_includes/usable-by/users-bots.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
</div>
10411041
<div class="right-details">
10421042
<div class="icons">
1043-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/64b4a69" aria-label="GitHub"></a>
1043+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/2787e8e" aria-label="GitHub"></a>
10441044
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10451045
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10461046

_includes/usable-by/users.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
</div>
10411041
<div class="right-details">
10421042
<div class="icons">
1043-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/64b4a69" aria-label="GitHub"></a>
1043+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/2787e8e" aria-label="GitHub"></a>
10441044
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10451045
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10461046

api/bound-methods/ActiveSession.terminate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
<h1>ActiveSession.terminate()<a class="headerlink" href="#activesession-terminate" title="Link to this heading"></a></h1>
10241024
<dl class="py method">
10251025
<dt class="sig sig-object py" id="pyrogram.types.ActiveSession.terminate">
1026-
<span class="sig-prename descclassname"><span class="pre">ActiveSession.</span></span><span class="sig-name descname"><span class="pre">terminate</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/TelegramPlayGround/Pyrogram/blob/64b4a69/pyrogram/types/authorization/active_session.py#L158-L181"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrogram.types.ActiveSession.terminate" title="Link to this definition"></a></dt>
1026+
<span class="sig-prename descclassname"><span class="pre">ActiveSession.</span></span><span class="sig-name descname"><span class="pre">terminate</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/TelegramPlayGround/Pyrogram/blob/2787e8e/pyrogram/types/authorization/active_session.py#L158-L181"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrogram.types.ActiveSession.terminate" title="Link to this definition"></a></dt>
10271027
<dd><p>Bound method <em>reset</em> of <a class="reference internal" href="../types/ActiveSession.html#pyrogram.types.ActiveSession" title="pyrogram.types.ActiveSession"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ActiveSession</span></code></a>.</p>
10281028
<p>Use as a shortcut for:</p>
10291029
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="k">await</span> <span class="n">client</span><span class="o">.</span><span class="n">terminate_session</span><span class="p">(</span><span class="mi">123456789</span><span class="p">)</span>
@@ -1081,7 +1081,7 @@ <h1>ActiveSession.terminate()<a class="headerlink" href="#activesession-terminat
10811081
</div>
10821082
<div class="right-details">
10831083
<div class="icons">
1084-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/64b4a69" aria-label="GitHub"></a>
1084+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/2787e8e" aria-label="GitHub"></a>
10851085
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10861086
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10871087

api/bound-methods/CallbackQuery.answer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
<h1>CallbackQuery.answer()<a class="headerlink" href="#callbackquery-answer" title="Link to this heading"></a></h1>
10241024
<dl class="py method">
10251025
<dt class="sig sig-object py" id="pyrogram.types.CallbackQuery.answer">
1026-
<span class="sig-prename descclassname"><span class="pre">CallbackQuery.</span></span><span class="sig-name descname"><span class="pre">answer</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/TelegramPlayGround/Pyrogram/blob/64b4a69/pyrogram/types/bots_and_keyboards/callback_query.py#L163-L205"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrogram.types.CallbackQuery.answer" title="Link to this definition"></a></dt>
1026+
<span class="sig-prename descclassname"><span class="pre">CallbackQuery.</span></span><span class="sig-name descname"><span class="pre">answer</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/TelegramPlayGround/Pyrogram/blob/2787e8e/pyrogram/types/bots_and_keyboards/callback_query.py#L163-L205"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrogram.types.CallbackQuery.answer" title="Link to this definition"></a></dt>
10271027
<dd><p>Bound method <em>answer</em> of <a class="reference internal" href="../types/CallbackQuery.html#pyrogram.types.CallbackQuery" title="pyrogram.types.CallbackQuery"><code class="xref py py-obj docutils literal notranslate"><span class="pre">CallbackQuery</span></code></a>.</p>
10281028
<p>Use this method as a shortcut for:</p>
10291029
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="k">await</span> <span class="n">client</span><span class="o">.</span><span class="n">answer_callback_query</span><span class="p">(</span>
@@ -1092,7 +1092,7 @@ <h1>CallbackQuery.answer()<a class="headerlink" href="#callbackquery-answer" tit
10921092
</div>
10931093
<div class="right-details">
10941094
<div class="icons">
1095-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/64b4a69" aria-label="GitHub"></a>
1095+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/2787e8e" aria-label="GitHub"></a>
10961096
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10971097
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10981098

api/bound-methods/CallbackQuery.edit_message_caption.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
<h1>CallbackQuery.edit_message_caption()<a class="headerlink" href="#callbackquery-edit-message-caption" title="Link to this heading"></a></h1>
10241024
<dl class="py method">
10251025
<dt class="sig sig-object py" id="pyrogram.types.CallbackQuery.edit_message_caption">
1026-
<span class="sig-prename descclassname"><span class="pre">CallbackQuery.</span></span><span class="sig-name descname"><span class="pre">edit_message_caption</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/TelegramPlayGround/Pyrogram/blob/64b4a69/pyrogram/types/bots_and_keyboards/callback_query.py#L268-L306"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrogram.types.CallbackQuery.edit_message_caption" title="Link to this definition"></a></dt>
1026+
<span class="sig-prename descclassname"><span class="pre">CallbackQuery.</span></span><span class="sig-name descname"><span class="pre">edit_message_caption</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/TelegramPlayGround/Pyrogram/blob/2787e8e/pyrogram/types/bots_and_keyboards/callback_query.py#L268-L306"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrogram.types.CallbackQuery.edit_message_caption" title="Link to this definition"></a></dt>
10271027
<dd><p>Edit the caption of media messages attached to callback queries.</p>
10281028
<p>Bound method <em>edit_message_caption</em> of <a class="reference internal" href="../types/CallbackQuery.html#pyrogram.types.CallbackQuery" title="pyrogram.types.CallbackQuery"><code class="xref py py-obj docutils literal notranslate"><span class="pre">CallbackQuery</span></code></a>.</p>
10291029
<dl class="field-list simple">
@@ -1084,7 +1084,7 @@ <h1>CallbackQuery.edit_message_caption()<a class="headerlink" href="#callbackque
10841084
</div>
10851085
<div class="right-details">
10861086
<div class="icons">
1087-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/64b4a69" aria-label="GitHub"></a>
1087+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/2787e8e" aria-label="GitHub"></a>
10881088
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10891089
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10901090

api/bound-methods/CallbackQuery.edit_message_media.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
<h1>CallbackQuery.edit_message_media()<a class="headerlink" href="#callbackquery-edit-message-media" title="Link to this heading"></a></h1>
10241024
<dl class="py method">
10251025
<dt class="sig sig-object py" id="pyrogram.types.CallbackQuery.edit_message_media">
1026-
<span class="sig-prename descclassname"><span class="pre">CallbackQuery.</span></span><span class="sig-name descname"><span class="pre">edit_message_media</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/TelegramPlayGround/Pyrogram/blob/64b4a69/pyrogram/types/bots_and_keyboards/callback_query.py#L308-L351"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrogram.types.CallbackQuery.edit_message_media" title="Link to this definition"></a></dt>
1026+
<span class="sig-prename descclassname"><span class="pre">CallbackQuery.</span></span><span class="sig-name descname"><span class="pre">edit_message_media</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/TelegramPlayGround/Pyrogram/blob/2787e8e/pyrogram/types/bots_and_keyboards/callback_query.py#L308-L351"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrogram.types.CallbackQuery.edit_message_media" title="Link to this definition"></a></dt>
10271027
<dd><p>Edit animation, audio, document, photo or video messages attached to callback queries.</p>
10281028
<p>Bound method <em>edit_message_media</em> of <a class="reference internal" href="../types/CallbackQuery.html#pyrogram.types.CallbackQuery" title="pyrogram.types.CallbackQuery"><code class="xref py py-obj docutils literal notranslate"><span class="pre">CallbackQuery</span></code></a>.</p>
10291029
<dl class="field-list simple">
@@ -1083,7 +1083,7 @@ <h1>CallbackQuery.edit_message_media()<a class="headerlink" href="#callbackquery
10831083
</div>
10841084
<div class="right-details">
10851085
<div class="icons">
1086-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/64b4a69" aria-label="GitHub"></a>
1086+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/2787e8e" aria-label="GitHub"></a>
10871087
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10881088
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10891089

api/bound-methods/CallbackQuery.edit_message_reply_markup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
<h1>CallbackQuery.edit_message_reply_markup()<a class="headerlink" href="#callbackquery-edit-message-reply-markup" title="Link to this heading"></a></h1>
10241024
<dl class="py method">
10251025
<dt class="sig sig-object py" id="pyrogram.types.CallbackQuery.edit_message_reply_markup">
1026-
<span class="sig-prename descclassname"><span class="pre">CallbackQuery.</span></span><span class="sig-name descname"><span class="pre">edit_message_reply_markup</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/TelegramPlayGround/Pyrogram/blob/64b4a69/pyrogram/types/bots_and_keyboards/callback_query.py#L353-L384"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrogram.types.CallbackQuery.edit_message_reply_markup" title="Link to this definition"></a></dt>
1026+
<span class="sig-prename descclassname"><span class="pre">CallbackQuery.</span></span><span class="sig-name descname"><span class="pre">edit_message_reply_markup</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/TelegramPlayGround/Pyrogram/blob/2787e8e/pyrogram/types/bots_and_keyboards/callback_query.py#L353-L384"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrogram.types.CallbackQuery.edit_message_reply_markup" title="Link to this definition"></a></dt>
10271027
<dd><p>Edit only the reply markup of messages attached to callback queries.</p>
10281028
<p>Bound method <em>edit_message_reply_markup</em> of <a class="reference internal" href="../types/CallbackQuery.html#pyrogram.types.CallbackQuery" title="pyrogram.types.CallbackQuery"><code class="xref py py-obj docutils literal notranslate"><span class="pre">CallbackQuery</span></code></a>.</p>
10291029
<dl class="field-list simple">
@@ -1078,7 +1078,7 @@ <h1>CallbackQuery.edit_message_reply_markup()<a class="headerlink" href="#callba
10781078
</div>
10791079
<div class="right-details">
10801080
<div class="icons">
1081-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/64b4a69" aria-label="GitHub"></a>
1081+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/2787e8e" aria-label="GitHub"></a>
10821082
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10831083
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10841084

api/bound-methods/CallbackQuery.edit_message_text.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
<h1>CallbackQuery.edit_message_text()<a class="headerlink" href="#callbackquery-edit-message-text" title="Link to this heading"></a></h1>
10241024
<dl class="py method">
10251025
<dt class="sig sig-object py" id="pyrogram.types.CallbackQuery.edit_message_text">
1026-
<span class="sig-prename descclassname"><span class="pre">CallbackQuery.</span></span><span class="sig-name descname"><span class="pre">edit_message_text</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/TelegramPlayGround/Pyrogram/blob/64b4a69/pyrogram/types/bots_and_keyboards/callback_query.py#L207-L266"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrogram.types.CallbackQuery.edit_message_text" title="Link to this definition"></a></dt>
1026+
<span class="sig-prename descclassname"><span class="pre">CallbackQuery.</span></span><span class="sig-name descname"><span class="pre">edit_message_text</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://github.com/TelegramPlayGround/Pyrogram/blob/2787e8e/pyrogram/types/bots_and_keyboards/callback_query.py#L207-L266"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyrogram.types.CallbackQuery.edit_message_text" title="Link to this definition"></a></dt>
10271027
<dd><p>Edit the text of messages attached to callback queries.</p>
10281028
<p>Bound method <em>edit_message_text</em> of <a class="reference internal" href="../types/CallbackQuery.html#pyrogram.types.CallbackQuery" title="pyrogram.types.CallbackQuery"><code class="xref py py-obj docutils literal notranslate"><span class="pre">CallbackQuery</span></code></a>.</p>
10291029
<dl class="field-list simple">
@@ -1085,7 +1085,7 @@ <h1>CallbackQuery.edit_message_text()<a class="headerlink" href="#callbackquery-
10851085
</div>
10861086
<div class="right-details">
10871087
<div class="icons">
1088-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/64b4a69" aria-label="GitHub"></a>
1088+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/pyrogram/tree/2787e8e" aria-label="GitHub"></a>
10891089
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10901090
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10911091

0 commit comments

Comments
 (0)