mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 07:20:31 +01:00
Update content of files
This commit is contained in:
parent
66c94c8f12
commit
15f0c9ff41
2 changed files with 12 additions and 12 deletions
|
@ -60,7 +60,7 @@ To learn how to create…">
|
|||
<li>Added the field <em>voter_chat</em> to the class <a href="#pollanswer">PollAnswer</a>, to contain channel chat voters in <a href="#poll">Polls</a>. For backward compatibility, the field <em>user</em> in such objects will contain the user 136817688 (<a href="https://t.me/Channel_Bot">@Channel_Bot</a>).</li>
|
||||
<li>Added the field <em>emoji_status_expiration_date</em> to the class <a href="#chat">Chat</a>.</li>
|
||||
<li>Added the method <a href="#unpinallgeneralforumtopicmessages">unpinAllGeneralForumTopicMessages</a>.</li>
|
||||
<li>Increased to 512 characters the maximum length of the <code>startapp</code> parameter in direct Web App links.</li>
|
||||
<li>Increased to 512 characters the maximum length of the <em>startapp</em> parameter in direct Web App links.</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="april-21-2023" href="#april-21-2023"><i class="anchor-icon"></i></a>April 21, 2023</h4>
|
||||
<p><strong>Bot API 6.7</strong></p>
|
||||
|
@ -562,7 +562,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>emoji_status_expiration_date</td>
|
||||
<td>Integer</td>
|
||||
<td><em>Optional</em>. Expiration date of the emoji status of the other party in a private chat, if any. Returned only in <a href="#getchat">getChat</a>.</td>
|
||||
<td><em>Optional</em>. Expiration date of the emoji status of the other party in a private chat in Unix time, if any. Returned only in <a href="#getchat">getChat</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>bio</td>
|
||||
|
@ -2928,7 +2928,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>until_date</td>
|
||||
<td>Integer</td>
|
||||
<td>Date when restrictions will be lifted for this user; unix time. If 0, then the user is restricted forever</td>
|
||||
<td>Date when restrictions will be lifted for this user; Unix time. If 0, then the user is restricted forever</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -2979,7 +2979,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>until_date</td>
|
||||
<td>Integer</td>
|
||||
<td>Date when restrictions will be lifted for this user; unix time. If 0, then the user is banned forever</td>
|
||||
<td>Date when restrictions will be lifted for this user; Unix time. If 0, then the user is banned forever</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -5505,7 +5505,7 @@ pre-formatted fixed-width code block written in the Python programming language
|
|||
<td>until_date</td>
|
||||
<td>Integer</td>
|
||||
<td>Optional</td>
|
||||
<td>Date when the user will be unbanned, unix time. If user is banned for more than 366 days or less than 30 seconds from the current time they are considered to be banned forever. Applied for supergroups and channels only.</td>
|
||||
<td>Date when the user will be unbanned; Unix time. If user is banned for more than 366 days or less than 30 seconds from the current time they are considered to be banned forever. Applied for supergroups and channels only.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>revoke_messages</td>
|
||||
|
@ -5587,7 +5587,7 @@ pre-formatted fixed-width code block written in the Python programming language
|
|||
<td>until_date</td>
|
||||
<td>Integer</td>
|
||||
<td>Optional</td>
|
||||
<td>Date when restrictions will be lifted for the user, unix time. If user is restricted for more than 366 days or less than 30 seconds from the current time, they are considered to be restricted forever</td>
|
||||
<td>Date when restrictions will be lifted for the user; Unix time. If user is restricted for more than 366 days or less than 30 seconds from the current time, they are considered to be restricted forever</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -60,7 +60,7 @@ To learn how to create…">
|
|||
<li>Added the field <em>voter_chat</em> to the class <a href="#pollanswer">PollAnswer</a>, to contain channel chat voters in <a href="#poll">Polls</a>. For backward compatibility, the field <em>user</em> in such objects will contain the user 136817688 (<a href="https://t.me/Channel_Bot">@Channel_Bot</a>).</li>
|
||||
<li>Added the field <em>emoji_status_expiration_date</em> to the class <a href="#chat">Chat</a>.</li>
|
||||
<li>Added the method <a href="#unpinallgeneralforumtopicmessages">unpinAllGeneralForumTopicMessages</a>.</li>
|
||||
<li>Increased to 512 characters the maximum length of the <code>startapp</code> parameter in direct Web App links.</li>
|
||||
<li>Increased to 512 characters the maximum length of the <em>startapp</em> parameter in direct Web App links.</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" name="april-21-2023" href="#april-21-2023"><i class="anchor-icon"></i></a>April 21, 2023</h4>
|
||||
<p><strong>Bot API 6.7</strong></p>
|
||||
|
@ -562,7 +562,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>emoji_status_expiration_date</td>
|
||||
<td>Integer</td>
|
||||
<td><em>Optional</em>. Expiration date of the emoji status of the other party in a private chat, if any. Returned only in <a href="#getchat">getChat</a>.</td>
|
||||
<td><em>Optional</em>. Expiration date of the emoji status of the other party in a private chat in Unix time, if any. Returned only in <a href="#getchat">getChat</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>bio</td>
|
||||
|
@ -2928,7 +2928,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>until_date</td>
|
||||
<td>Integer</td>
|
||||
<td>Date when restrictions will be lifted for this user; unix time. If 0, then the user is restricted forever</td>
|
||||
<td>Date when restrictions will be lifted for this user; Unix time. If 0, then the user is restricted forever</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -2979,7 +2979,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>until_date</td>
|
||||
<td>Integer</td>
|
||||
<td>Date when restrictions will be lifted for this user; unix time. If 0, then the user is banned forever</td>
|
||||
<td>Date when restrictions will be lifted for this user; Unix time. If 0, then the user is banned forever</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -5505,7 +5505,7 @@ pre-formatted fixed-width code block written in the Python programming language
|
|||
<td>until_date</td>
|
||||
<td>Integer</td>
|
||||
<td>Optional</td>
|
||||
<td>Date when the user will be unbanned, unix time. If user is banned for more than 366 days or less than 30 seconds from the current time they are considered to be banned forever. Applied for supergroups and channels only.</td>
|
||||
<td>Date when the user will be unbanned; Unix time. If user is banned for more than 366 days or less than 30 seconds from the current time they are considered to be banned forever. Applied for supergroups and channels only.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>revoke_messages</td>
|
||||
|
@ -5587,7 +5587,7 @@ pre-formatted fixed-width code block written in the Python programming language
|
|||
<td>until_date</td>
|
||||
<td>Integer</td>
|
||||
<td>Optional</td>
|
||||
<td>Date when restrictions will be lifted for the user, unix time. If user is restricted for more than 366 days or less than 30 seconds from the current time, they are considered to be restricted forever</td>
|
||||
<td>Date when restrictions will be lifted for the user; Unix time. If user is restricted for more than 366 days or less than 30 seconds from the current time, they are considered to be restricted forever</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue