Skip to content

Commit f45eee4

Browse files
1 parent 043217a commit f45eee4

3,757 files changed

Lines changed: 4519 additions & 4450 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: da9c3cf258b230100728281416bb3efd
3+
config: 8e0faa187559d4838444baf9668c23b9
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_includes/usable-by/bots.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@
10011001
</div>
10021002
<div class="right-details">
10031003
<div class="icons">
1004-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/8cf1abc" aria-label="GitHub"></a>
1004+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/c3eaca4" aria-label="GitHub"></a>
10051005
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10061006
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10071007

_includes/usable-by/users-bots.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@
10011001
</div>
10021002
<div class="right-details">
10031003
<div class="icons">
1004-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/8cf1abc" aria-label="GitHub"></a>
1004+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/c3eaca4" aria-label="GitHub"></a>
10051005
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10061006
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10071007

_includes/usable-by/users.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@
10011001
</div>
10021002
<div class="right-details">
10031003
<div class="icons">
1004-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/8cf1abc" aria-label="GitHub"></a>
1004+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/c3eaca4" aria-label="GitHub"></a>
10051005
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10061006
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10071007

api/bound-methods/ActiveSession.terminate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
<h1>ActiveSession.terminate()<a class="headerlink" href="#activesession-terminate" title="Link to this heading">#</a></h1>
982982
<dl class="py method">
983983
<dt class="sig sig-object py" id="pyrogram.types.ActiveSession.terminate">
984-
<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/PyroTGFork/blob/8cf1abc/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>
984+
<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/PyroTGFork/blob/c3eaca4/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>
985985
<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>
986986
<p>Use as a shortcut for:</p>
987987
<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>
@@ -1039,7 +1039,7 @@ <h1>ActiveSession.terminate()<a class="headerlink" href="#activesession-terminat
10391039
</div>
10401040
<div class="right-details">
10411041
<div class="icons">
1042-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/8cf1abc" aria-label="GitHub"></a>
1042+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/c3eaca4" aria-label="GitHub"></a>
10431043
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10441044
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10451045

api/bound-methods/CallbackQuery.answer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
<h1>CallbackQuery.answer()<a class="headerlink" href="#callbackquery-answer" title="Link to this heading">#</a></h1>
982982
<dl class="py method">
983983
<dt class="sig sig-object py" id="pyrogram.types.CallbackQuery.answer">
984-
<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/PyroTGFork/blob/8cf1abc/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>
984+
<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/PyroTGFork/blob/c3eaca4/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>
985985
<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>
986986
<p>Use this method as a shortcut for:</p>
987987
<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>
@@ -1050,7 +1050,7 @@ <h1>CallbackQuery.answer()<a class="headerlink" href="#callbackquery-answer" tit
10501050
</div>
10511051
<div class="right-details">
10521052
<div class="icons">
1053-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/8cf1abc" aria-label="GitHub"></a>
1053+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/c3eaca4" aria-label="GitHub"></a>
10541054
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10551055
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10561056

api/bound-methods/CallbackQuery.edit_message_caption.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
<h1>CallbackQuery.edit_message_caption()<a class="headerlink" href="#callbackquery-edit-message-caption" title="Link to this heading">#</a></h1>
982982
<dl class="py method">
983983
<dt class="sig sig-object py" id="pyrogram.types.CallbackQuery.edit_message_caption">
984-
<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/PyroTGFork/blob/8cf1abc/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>
984+
<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/PyroTGFork/blob/c3eaca4/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>
985985
<dd><p>Edit the caption of media messages attached to callback queries.</p>
986986
<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>
987987
<dl class="field-list simple">
@@ -1042,7 +1042,7 @@ <h1>CallbackQuery.edit_message_caption()<a class="headerlink" href="#callbackque
10421042
</div>
10431043
<div class="right-details">
10441044
<div class="icons">
1045-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/8cf1abc" aria-label="GitHub"></a>
1045+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/c3eaca4" aria-label="GitHub"></a>
10461046
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10471047
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10481048

api/bound-methods/CallbackQuery.edit_message_media.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
<h1>CallbackQuery.edit_message_media()<a class="headerlink" href="#callbackquery-edit-message-media" title="Link to this heading">#</a></h1>
982982
<dl class="py method">
983983
<dt class="sig sig-object py" id="pyrogram.types.CallbackQuery.edit_message_media">
984-
<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/PyroTGFork/blob/8cf1abc/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>
984+
<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/PyroTGFork/blob/c3eaca4/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>
985985
<dd><p>Edit animation, audio, document, photo or video messages attached to callback queries.</p>
986986
<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>
987987
<dl class="field-list simple">
@@ -1041,7 +1041,7 @@ <h1>CallbackQuery.edit_message_media()<a class="headerlink" href="#callbackquery
10411041
</div>
10421042
<div class="right-details">
10431043
<div class="icons">
1044-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/8cf1abc" aria-label="GitHub"></a>
1044+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/c3eaca4" aria-label="GitHub"></a>
10451045
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10461046
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10471047

api/bound-methods/CallbackQuery.edit_message_reply_markup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
<h1>CallbackQuery.edit_message_reply_markup()<a class="headerlink" href="#callbackquery-edit-message-reply-markup" title="Link to this heading">#</a></h1>
982982
<dl class="py method">
983983
<dt class="sig sig-object py" id="pyrogram.types.CallbackQuery.edit_message_reply_markup">
984-
<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/PyroTGFork/blob/8cf1abc/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>
984+
<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/PyroTGFork/blob/c3eaca4/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>
985985
<dd><p>Edit only the reply markup of messages attached to callback queries.</p>
986986
<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>
987987
<dl class="field-list simple">
@@ -1036,7 +1036,7 @@ <h1>CallbackQuery.edit_message_reply_markup()<a class="headerlink" href="#callba
10361036
</div>
10371037
<div class="right-details">
10381038
<div class="icons">
1039-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/8cf1abc" aria-label="GitHub"></a>
1039+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/c3eaca4" aria-label="GitHub"></a>
10401040
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10411041
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10421042

api/bound-methods/CallbackQuery.edit_message_text.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
<h1>CallbackQuery.edit_message_text()<a class="headerlink" href="#callbackquery-edit-message-text" title="Link to this heading">#</a></h1>
982982
<dl class="py method">
983983
<dt class="sig sig-object py" id="pyrogram.types.CallbackQuery.edit_message_text">
984-
<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/PyroTGFork/blob/8cf1abc/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>
984+
<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/PyroTGFork/blob/c3eaca4/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>
985985
<dd><p>Edit the text of messages attached to callback queries.</p>
986986
<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>
987987
<dl class="field-list simple">
@@ -1043,7 +1043,7 @@ <h1>CallbackQuery.edit_message_text()<a class="headerlink" href="#callbackquery-
10431043
</div>
10441044
<div class="right-details">
10451045
<div class="icons">
1046-
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/8cf1abc" aria-label="GitHub"></a>
1046+
<a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/c3eaca4" aria-label="GitHub"></a>
10471047
<a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a>
10481048
<a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a>
10491049

0 commit comments

Comments
 (0)