mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-16 22:53:12 +01:00
Update content of files
This commit is contained in:
parent
538f7522ef
commit
b3c5453819
2 changed files with 6 additions and 6 deletions
|
@ -633,7 +633,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>slow_mode_delay</td>
|
||||
<td>Integer</td>
|
||||
<td><em>Optional</em>. For supergroups, the minimum allowed delay between consecutive messages sent by each unpriviledged user. Returned only in <a href="#getchat">getChat</a>.</td>
|
||||
<td><em>Optional</em>. For supergroups, the minimum allowed delay between consecutive messages sent by each unpriviledged user; in seconds. Returned only in <a href="#getchat">getChat</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>message_auto_delete_time</td>
|
||||
|
@ -1571,7 +1571,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>live_period</td>
|
||||
<td>Integer</td>
|
||||
<td><em>Optional</em>. Time relative to the message sending date, during which the location can be updated, in seconds. For active live locations only.</td>
|
||||
<td><em>Optional</em>. Time relative to the message sending date, during which the location can be updated; in seconds. For active live locations only.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>heading</td>
|
||||
|
@ -1675,7 +1675,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>message_auto_delete_time</td>
|
||||
<td>Integer</td>
|
||||
<td>New auto-delete time for messages in the chat</td>
|
||||
<td>New auto-delete time for messages in the chat; in seconds</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -633,7 +633,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>slow_mode_delay</td>
|
||||
<td>Integer</td>
|
||||
<td><em>Optional</em>. For supergroups, the minimum allowed delay between consecutive messages sent by each unpriviledged user. Returned only in <a href="#getchat">getChat</a>.</td>
|
||||
<td><em>Optional</em>. For supergroups, the minimum allowed delay between consecutive messages sent by each unpriviledged user; in seconds. Returned only in <a href="#getchat">getChat</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>message_auto_delete_time</td>
|
||||
|
@ -1571,7 +1571,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>live_period</td>
|
||||
<td>Integer</td>
|
||||
<td><em>Optional</em>. Time relative to the message sending date, during which the location can be updated, in seconds. For active live locations only.</td>
|
||||
<td><em>Optional</em>. Time relative to the message sending date, during which the location can be updated; in seconds. For active live locations only.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>heading</td>
|
||||
|
@ -1675,7 +1675,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>message_auto_delete_time</td>
|
||||
<td>Integer</td>
|
||||
<td>New auto-delete time for messages in the chat</td>
|
||||
<td>New auto-delete time for messages in the chat; in seconds</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue