mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 23:38:26 +01:00
Update content of files
This commit is contained in:
parent
7d328d74cf
commit
86ee016dd2
1 changed files with 4 additions and 4 deletions
|
@ -74,22 +74,22 @@
|
|||
<tr>
|
||||
<td><strong>title</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/string">string</a></td>
|
||||
<td>Topic title.</td>
|
||||
<td>New topic title.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>icon_emoji_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/long">long</a></td>
|
||||
<td>ID of the <a href="/api/custom-emoji">custom emoji</a> used as topic icon.</td>
|
||||
<td>ID of the new <a href="/api/custom-emoji">custom emoji</a> used as topic icon, or if it was removed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>closed</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/Bool">Bool</a></td>
|
||||
<td>Whether the topic was closed.</td>
|
||||
<td>Whether the topic was opened or closed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>hidden</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.3?<a href="/type/Bool">Bool</a></td>
|
||||
<td>Whether the topic was hidden (only valid for the "General" topic, <code>id=1</code>).</td>
|
||||
<td>Whether the topic was hidden or unhidden (only valid for the "General" topic, <code>id=1</code>).</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue