|
16 | 16 | <link rel="canonical" href="/pyrogram/api/bound-methods/ActiveSession.terminate.html" /> |
17 | 17 |
|
18 | 18 | <link rel="shortcut icon" href="../../_static/favicon.ico"/><!-- Generated with Sphinx 7.2.6 and Furo 2023.09.10 --> |
19 | | - <title>ActiveSession.terminate() - PyroTGFork 2.2.23 Layer 224</title> |
| 19 | + <title>ActiveSession.terminate() - PyroTGFork 2.2.23 Layer 225</title> |
20 | 20 | <link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" /> |
21 | 21 | <link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=135e06be" /> |
22 | 22 | <link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" /> |
|
140 | 140 | </label> |
141 | 141 | </div> |
142 | 142 | <div class="header-center"> |
143 | | - <a href="../../index.html"><div class="brand">PyroTGFork 2.2.23 Layer 224</div></a> |
| 143 | + <a href="../../index.html"><div class="brand">PyroTGFork 2.2.23 Layer 225</div></a> |
144 | 144 | </div> |
145 | 145 | <div class="header-right"> |
146 | 146 | <div class="theme-toggle-container theme-toggle-header"> |
|
169 | 169 | <div class="pyrogram-text">PyroTGFork</div> |
170 | 170 | </div> |
171 | 171 |
|
172 | | - <!--span class="sidebar-brand-text">PyroTGFork 2.2.23 Layer 224</span--> |
| 172 | + <!--span class="sidebar-brand-text">PyroTGFork 2.2.23 Layer 225</span--> |
173 | 173 |
|
174 | 174 | </a><form class="sidebar-search-container" method="get" action="../../search.html" role="search"> |
175 | 175 | <input class="sidebar-search" placeholder="Search" name="q" aria-label="Search"> |
|
221 | 221 | <li class="toctree-l2"><a class="reference internal" href="../methods/set_parse_mode.html">set_parse_mode</a></li> |
222 | 222 | <li class="toctree-l2"><a class="reference internal" href="../methods/idle.html">idle()</a></li> |
223 | 223 | <li class="toctree-l2"><a class="reference internal" href="../methods/compose.html">compose()</a></li> |
| 224 | +<li class="toctree-l2"><a class="reference internal" href="../methods/get_option.html">get_option</a></li> |
224 | 225 | <li class="toctree-l2"><a class="reference internal" href="../methods/initialize.html">initialize</a></li> |
225 | 226 | <li class="toctree-l2"><a class="reference internal" href="../methods/sign_up.html">sign_up</a></li> |
226 | 227 | <li class="toctree-l2"><a class="reference internal" href="../methods/accept_terms_of_service.html">accept_terms_of_service</a></li> |
|
981 | 982 | <h1>ActiveSession.terminate()<a class="headerlink" href="#activesession-terminate" title="Link to this heading">#</a></h1> |
982 | 983 | <dl class="py method"> |
983 | 984 | <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/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> |
| 985 | +<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/4c9a29c/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> |
985 | 986 | <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> |
986 | 987 | <p>Use as a shortcut for:</p> |
987 | 988 | <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 +1040,7 @@ <h1>ActiveSession.terminate()<a class="headerlink" href="#activesession-terminat |
1039 | 1040 | </div> |
1040 | 1041 | <div class="right-details"> |
1041 | 1042 | <div class="icons"> |
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> |
| 1043 | + <a class="muted-link fa-brands fa-solid fa-github fa-2x" href="https://github.com/TelegramPlayGround/PyroTGFork/tree/4c9a29c" aria-label="GitHub"></a> |
1043 | 1044 | <a class="muted-link fa-brands fa-solid fa-telegram fa-2x" href="https://PyroTGFork.t.me/2" aria-label="Telegram Channel"></a> |
1044 | 1045 | <a class="muted-link fa-brands fa-solid fa-python fa-2x" href="https://pypi.org/project/pyrotgfork/" aria-label=""></a> |
1045 | 1046 |
|
|
0 commit comments