Update content of files

This commit is contained in:
GitHub Action 2023-10-26 19:18:44 +00:00
parent eacddd21fc
commit 1034a0decc
10 changed files with 17 additions and 28 deletions

View file

@ -4,10 +4,10 @@
<meta charset="utf-8">
<title>updateChannel</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="A new channel is available">
<meta property="description" content="A new channel or supergroup is available, or info about an existing channel has changed and must be refeteched.">
<meta property="og:title" content="updateChannel">
<meta property="og:image" content="">
<meta property="og:description" content="A new channel is available">
<meta property="og:description" content="A new channel or supergroup is available, or info about an existing channel has changed and must be refeteched.">
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
@ -42,7 +42,7 @@
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/updateChannel" >updateChannel</a></li></ul></div>
<h1 id="dev_page_title">updateChannel</h1>
<div id="dev_page_content"><p>A new channel is available</p>
<div id="dev_page_content"><p>A new channel or supergroup is available, or info about an existing channel has changed and must be refeteched.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">

View file

@ -98,7 +98,7 @@
<tr>
<td><strong>reply_to</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/InputReplyTo">InputReplyTo</a></td>
<td>If set, indicates that the inline message that will be sent by the bot on behalf of the user once the web app interaction is <a href="/method/messages.sendWebViewResultMessage">terminated</a> should be sent in reply to the specified message.</td>
<td>If set, indicates that the inline message that will be sent by the bot on behalf of the user once the web app interaction is <a href="/method/messages.sendWebViewResultMessage">terminated</a> should be sent in reply to the specified message or story.</td>
</tr>
<tr>
<td><strong>send_as</strong></td>

View file

@ -117,7 +117,7 @@
<tr>
<td><strong>reply_to</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/InputReplyTo">InputReplyTo</a></td>
<td>If set, indicates that the inline message that will be sent by the bot on behalf of the user once the web app interaction is <a href="/method/messages.sendWebViewResultMessage">terminated</a> should be sent in reply to the specified message.</td>
<td>If set, indicates that the inline message that will be sent by the bot on behalf of the user once the web app interaction is <a href="/method/messages.sendWebViewResultMessage">terminated</a> should be sent in reply to the specified message or story.</td>
</tr>
<tr>
<td><strong>send_as</strong></td>

View file

@ -107,7 +107,7 @@
<tr>
<td><strong>reply_to</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/InputReplyTo">InputReplyTo</a></td>
<td>If set, indicates that the message should be sent in reply to the specified message.</td>
<td>If set, indicates that the message should be sent in reply to the specified message or story.</td>
</tr>
<tr>
<td><strong>random_id</strong></td>

View file

@ -112,7 +112,7 @@
<tr>
<td><strong>reply_to</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/InputReplyTo">InputReplyTo</a></td>
<td>If set, indicates that the message should be sent in reply to the specified message.</td>
<td>If set, indicates that the message should be sent in reply to the specified message or story.</td>
</tr>
<tr>
<td><strong>media</strong></td>

View file

@ -117,7 +117,7 @@
<tr>
<td><strong>reply_to</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/InputReplyTo">InputReplyTo</a></td>
<td> </td>
<td>If set, indicates that the message should be sent in reply to the specified message or story.</td>
</tr>
<tr>
<td><strong>message</strong></td>

View file

@ -112,7 +112,7 @@
<tr>
<td><strong>reply_to</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/InputReplyTo">InputReplyTo</a></td>
<td> </td>
<td>If set, indicates that the message should be sent in reply to the specified message or story.</td>
</tr>
<tr>
<td><strong>multi_media</strong></td>

View file

@ -82,7 +82,7 @@
<tr>
<td><strong>reply_to</strong></td>
<td style="text-align: center;"><a href="/type/InputReplyTo">InputReplyTo</a></td>
<td> </td>
<td>Indicates the message that was screenshotted (the specified message ID can also be <code>0</code> to avoid indicating any specific message).</td>
</tr>
<tr>
<td><strong>random_id</strong></td>

View file

@ -4,22 +4,10 @@
<meta charset="utf-8">
<title>InputReplyTo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors
Constructor
Description
inputReplyToMessage
 
inputReplyToStory
 ">
<meta property="description" content="Contains info about a message or story to reply to.">
<meta property="og:title" content="InputReplyTo">
<meta property="og:image" content="">
<meta property="og:description" content="Constructors
Constructor
Description
inputReplyToMessage
 
inputReplyToStory
 ">
<meta property="og:description" content="Contains info about a message or story to reply to.">
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
@ -54,7 +42,8 @@ inputReplyToStory
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/InputReplyTo" >InputReplyTo</a></li></ul></div>
<h1 id="dev_page_title">InputReplyTo</h1>
<div id="dev_page_content"><p><div class="clearfix">
<div id="dev_page_content"><p>Contains info about a message or story to reply to.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 164 <b class="caret"></b></a>
@ -79,11 +68,11 @@ inputReplyToStory
<tbody>
<tr>
<td><a href="/constructor/inputReplyToMessage">inputReplyToMessage</a></td>
<td> </td>
<td>Reply to a message.</td>
</tr>
<tr>
<td><a href="/constructor/inputReplyToStory">inputReplyToStory</a></td>
<td> </td>
<td>Reply to a story.</td>
</tr>
</tbody>
</table></div>

View file

@ -283,7 +283,7 @@
</tr>
<tr>
<td><a href="/constructor/updateChannel">updateChannel</a></td>
<td>A new channel is available</td>
<td>A new channel or supergroup is available, or info about an existing channel has changed and must be refeteched.</td>
</tr>
<tr>
<td><a href="/constructor/updateNewChannelMessage">updateNewChannelMessage</a></td>