Update content of files

This commit is contained in:
GitHub Action 2022-03-03 08:39:40 +00:00
parent ea80359487
commit b2c24818b9
10 changed files with 20 additions and 20 deletions

View file

@ -2330,7 +2330,7 @@ invokeWithLayer4#dea0d430 {X:Type} query:!X = X;</code></pre>
<li>Added notification of <a href="/api/push-updates#possible-notifications">GEOCHAT_CHECKIN</a> type -- a user has checked-in in a geochat.</li>
</ul>
<h3><a class="anchor" href="#layer-3" id="layer-3" name="layer-3"><i class="anchor-icon"></i></a><a href="/schema?layer=3">Layer 3</a></h3>
<p>Support for link changes for a contact when a message is sent. Now, if user X has user Y in the contact list and if user Y writes a message to user X, number X will become available for him.</p>
<p>Support for link changes for a contact when a message is sent. Now, if user X has user Y in the contact list and if user Y writes a message to user X, number X will become available for them.</p>
<h4><a class="anchor" href="#schema-changes" id="schema-changes" name="schema-changes"><i class="anchor-icon"></i></a>Schema changes</h4>
<ul>
<li>Added constructors <a href="/constructor/messages.statedMessagesLinks">messages.statedMessagesLinks</a>, <a href="/constructor/messages.statedMessageLink">messages.statedMessageLink</a>, <a href="/constructor/messages.sentMessageLink">messages.sentMessageLink</a>. They are completely similar to previous ones except for the links field containing changed links.</li>

View file

@ -4,10 +4,10 @@
<meta charset="utf-8">
<title>inlineBotSwitchPM</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="The bot requested the user to message him in private">
<meta property="description" content="The bot requested the user to message them in private">
<meta property="og:title" content="inlineBotSwitchPM">
<meta property="og:image" content="">
<meta property="og:description" content="The bot requested the user to message him in private">
<meta property="og:description" content="The bot requested the user to message them in private">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -39,7 +39,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/inlineBotSwitchPM" >inlineBotSwitchPM</a></li></ul></div>
<h1 id="dev_page_title">inlineBotSwitchPM</h1>
<div id="dev_page_content"><p>The bot requested the user to message him in private</p>
<div id="dev_page_content"><p>The bot requested the user to message them in private</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">

View file

@ -39,7 +39,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/keyboardButtonSwitchInline" >keyboardButtonSwitchInline</a></li></ul></div>
<h1 id="dev_page_title">keyboardButtonSwitchInline</h1>
<div id="dev_page_content"><p>Button to force a user to switch to inline mode Pressing the button will prompt the user to select one of their chats, open that chat and insert the bots username and the specified inline query in the input field.</p>
<div id="dev_page_content"><p>Button to force a user to switch to inline mode Pressing the button will prompt the user to select one of their chats, open that chat and insert the bot's username and the specified inline query in the input field.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
@ -71,7 +71,7 @@
<tr>
<td><strong>same_peer</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/constructor/true">true</a></td>
<td>If set, pressing the button will insert the bots username and the specified inline <code>query</code> in the current chat's input field.</td>
<td>If set, pressing the button will insert the bot's username and the specified inline <code>query</code> in the current chat's input field.</td>
</tr>
<tr>
<td><strong>text</strong></td>

View file

@ -86,7 +86,7 @@
<tr>
<td><strong>switch_pm</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/InlineBotSwitchPM">InlineBotSwitchPM</a></td>
<td>Whether the bot requested the user to message him in private</td>
<td>Whether the bot requested the user to message them in private</td>
</tr>
<tr>
<td><strong>results</strong></td>

View file

@ -76,7 +76,7 @@
<tr>
<td><strong>selective</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/constructor/true">true</a></td>
<td>Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message. <br>Example: A user requests to change the bots language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard.</td>
<td>Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message. <br>Example: A user requests to change the bot's language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard.</td>
</tr>
<tr>
<td><strong>placeholder</strong></td>

View file

@ -81,7 +81,7 @@
<tr>
<td><strong>selective</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/constructor/true">true</a></td>
<td>Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message.<br><br>Example: A user requests to change the bots language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard.</td>
<td>Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message.<br><br>Example: A user requests to change the bot's language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard.</td>
</tr>
<tr>
<td><strong>rows</strong></td>

View file

@ -4,10 +4,10 @@
<meta charset="utf-8">
<title>updateChatUserTyping</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="The user is preparing a message in a group; typing, recording, uploading, etc. This update is valid for 6 seconds. If no repeated update received after 6 seconds, it should be considered that the user stopped doing whatever he&#39;s been doing.">
<meta property="description" content="The user is preparing a message in a group; typing, recording, uploading, etc. This update is valid for 6 seconds. If no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing.">
<meta property="og:title" content="updateChatUserTyping">
<meta property="og:image" content="">
<meta property="og:description" content="The user is preparing a message in a group; typing, recording, uploading, etc. This update is valid for 6 seconds. If no repeated update received after 6 seconds, it should be considered that the user stopped doing whatever he&#39;s been doing.">
<meta property="og:description" content="The user is preparing a message in a group; typing, recording, uploading, etc. This update is valid for 6 seconds. If no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing.">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -39,7 +39,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/updateChatUserTyping" >updateChatUserTyping</a></li></ul></div>
<h1 id="dev_page_title">updateChatUserTyping</h1>
<div id="dev_page_content"><p>The user is preparing a message in a group; typing, recording, uploading, etc. This update is valid for 6 seconds. If no repeated update received after 6 seconds, it should be considered that the user stopped doing whatever he's been doing.</p>
<div id="dev_page_content"><p>The user is preparing a message in a group; typing, recording, uploading, etc. This update is valid for 6 seconds. If no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">

View file

@ -4,10 +4,10 @@
<meta charset="utf-8">
<title>updateUserTyping</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="The user is preparing a message; typing, recording, uploading, etc. This update is valid for 6 seconds. If no repeated update received after 6 seconds, it should be considered that the user stopped doing whatever he&#39;s been doing.">
<meta property="description" content="The user is preparing a message; typing, recording, uploading, etc. This update is valid for 6 seconds. This update is valid for 6 seconds. If no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing">
<meta property="og:title" content="updateUserTyping">
<meta property="og:image" content="">
<meta property="og:description" content="The user is preparing a message; typing, recording, uploading, etc. This update is valid for 6 seconds. If no repeated update received after 6 seconds, it should be considered that the user stopped doing whatever he&#39;s been doing.">
<meta property="og:description" content="The user is preparing a message; typing, recording, uploading, etc. This update is valid for 6 seconds. This update is valid for 6 seconds. If no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -39,7 +39,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/updateUserTyping" >updateUserTyping</a></li></ul></div>
<h1 id="dev_page_title">updateUserTyping</h1>
<div id="dev_page_content"><p>The user is preparing a message; typing, recording, uploading, etc. This update is valid for 6 seconds. If no repeated update received after 6 seconds, it should be considered that the user stopped doing whatever he's been doing.</p>
<div id="dev_page_content"><p>The user is preparing a message; typing, recording, uploading, etc. This update is valid for 6 seconds. If no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">

View file

@ -79,7 +79,7 @@
<tr>
<td><strong>is_admin</strong></td>
<td style="text-align: center;"><a href="/type/Bool">Bool</a></td>
<td>Whether to make him admin</td>
<td>Whether to make them admin</td>
</tr>
</tbody>
</table>

View file

@ -4,10 +4,10 @@
<meta charset="utf-8">
<title>InlineBotSwitchPM</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="The bot requested the user to message him in private">
<meta property="description" content="The bot requested the user to message them in private">
<meta property="og:title" content="InlineBotSwitchPM">
<meta property="og:image" content="">
<meta property="og:description" content="The bot requested the user to message him in private">
<meta property="og:description" content="The bot requested the user to message them in private">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -39,7 +39,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="/type/InlineBotSwitchPM" >InlineBotSwitchPM</a></li></ul></div>
<h1 id="dev_page_title">InlineBotSwitchPM</h1>
<div id="dev_page_content"><p>The bot requested the user to message him in private</p>
<div id="dev_page_content"><p>The bot requested the user to message them in private</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
@ -64,7 +64,7 @@
<tbody>
<tr>
<td><a href="/constructor/inlineBotSwitchPM">inlineBotSwitchPM</a></td>
<td>The bot requested the user to message him in private</td>
<td>The bot requested the user to message them in private</td>
</tr>
</tbody>
</table></div>