Update content of files

This commit is contained in:
GitHub Action 2023-09-16 17:35:06 +00:00
parent 7d328d74cf
commit 86ee016dd2

View file

@ -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>