Update content of files

This commit is contained in:
GitHub Action 2024-07-18 18:31:22 +00:00
parent cced1c9824
commit e100117982
3 changed files with 27 additions and 61 deletions

View file

@ -4,26 +4,10 @@
<meta charset="utf-8">
<title>outboxReadDate</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters
Name
Type
Description
date
int
 
Type
OutboxReadDate">
<meta property="description" content="Exact read date of a private message we sent to another user.">
<meta property="og:title" content="outboxReadDate">
<meta property="og:image" content="">
<meta property="og:description" content="Parameters
Name
Type
Description
date
int
 
Type
OutboxReadDate">
<meta property="og:description" content="Exact read date of a private message we sent to another user.">
<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">
@ -58,7 +42,8 @@ OutboxReadDate">
<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/outboxReadDate" >outboxReadDate</a></li></ul></div>
<h1 id="dev_page_title">outboxReadDate</h1>
<div id="dev_page_content"><p><div class="clearfix">
<div id="dev_page_content"><p>Exact read date of a private message we sent to another user.</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 181 <b class="caret"></b></a>
@ -84,7 +69,7 @@ OutboxReadDate">
<tr>
<td><strong>date</strong></td>
<td style="text-align: center;"><a href="/type/int">int</a></td>
<td> </td>
<td>UNIX timestamp with the read date.</td>
</tr>
</tbody>
</table>

View file

@ -4,38 +4,10 @@
<meta charset="utf-8">
<title>invokeWithApnsSecret</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters
Name
Type
Description
nonce
string
 
secret
string
 
query
&#33;X
 
Result
The type returned by the invoked method.…">
<meta property="description" content="Official clients only, invoke with Apple push verification.">
<meta property="og:title" content="invokeWithApnsSecret">
<meta property="og:image" content="">
<meta property="og:description" content="Parameters
Name
Type
Description
nonce
string
 
secret
string
 
query
&#33;X
 
Result
The type returned by the invoked method.…">
<meta property="og:description" content="Official clients only, invoke with Apple push verification.">
<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">
@ -70,7 +42,8 @@ The type returned by the invoked method.…">
<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="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/invokeWithApnsSecret" >invokeWithApnsSecret</a></li></ul></div>
<h1 id="dev_page_title">invokeWithApnsSecret</h1>
<div id="dev_page_content"><p><div class="clearfix">
<div id="dev_page_content"><p>Official clients only, invoke with Apple push verification.</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 181 <b class="caret"></b></a>
@ -97,17 +70,17 @@ The type returned by the invoked method.…">
<tr>
<td><strong>nonce</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td>
<td> </td>
<td>Nonce.</td>
</tr>
<tr>
<td><strong>secret</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td>
<td> </td>
<td>Secret.</td>
</tr>
<tr>
<td><strong>query</strong></td>
<td style="text-align: center;">!X</td>
<td> </td>
<td>Query.</td>
</tr>
</tbody>
</table>

View file

@ -4,12 +4,10 @@
<meta charset="utf-8">
<title>messages.getOutboxReadDate</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Get the exact read date of one of our messages, sent to a private chat with another user.
Can be only done for private outgoing…">
<meta property="description" content="Get the exact read date of one of our messages, sent to a private chat with another user. Can be only done for private outgoing messages not older than appConfig.pm_read_date_expire_period ». If the peer&#39;s userFull.read_dates_private flag is set, we will not be able to fetch the exact read date of messages we send to them, and a USER_PRIVACY_RESTRICTED RPC error will be emitted. The exact read date of messages might still be unavailable for other reasons, see here » for more info. To set userFull.read_dates_private for ourselves invoke account.setGlobalPrivacySettings, setting the settings.hide_read_marks flag.">
<meta property="og:title" content="messages.getOutboxReadDate">
<meta property="og:image" content="">
<meta property="og:description" content="Get the exact read date of one of our messages, sent to a private chat with another user.
Can be only done for private outgoing…">
<meta property="og:description" content="Get the exact read date of one of our messages, sent to a private chat with another user. Can be only done for private outgoing messages not older than appConfig.pm_read_date_expire_period ». If the peer&#39;s userFull.read_dates_private flag is set, we will not be able to fetch the exact read date of messages we send to them, and a USER_PRIVACY_RESTRICTED RPC error will be emitted. The exact read date of messages might still be unavailable for other reasons, see here » for more info. To set userFull.read_dates_private for ourselves invoke account.setGlobalPrivacySettings, setting the settings.hide_read_marks flag.">
<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">
@ -44,9 +42,11 @@ Can be only done for private outgoing…">
<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="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/messages.getOutboxReadDate" >messages.getOutboxReadDate</a></li></ul></div>
<h1 id="dev_page_title">messages.getOutboxReadDate</h1>
<div id="dev_page_content"><p>Get the exact read date of one of our messages, sent to a private chat with another user. </p>
<p>Can be only done for private outgoing messages not older than <a href="/api/config#pm-read-date-expire-period">appConfig.pm_read_date_expire_period »</a>. </p>
<p>If the <code>peer</code>'s <a href="/constructor/userFull">userFull</a>.<code>read_dates_private</code> flag is set, we will not be able to fetch the exact read date of messages we send to them, and a <code>USER_PRIVACY_RESTRICTED</code> RPC error will be emitted. <br>The exact read date of messages might still be unavailable for other reasons, see <a href="/constructor/globalPrivacySettings">here »</a> for more info. <br>To set <a href="/constructor/userFull">userFull</a>.<code>read_dates_private</code> for ourselves invoke <a href="/method/account.setGlobalPrivacySettings">account.setGlobalPrivacySettings</a>, setting the <code>settings.hide_read_marks</code> flag.</p>
<div id="dev_page_content"><p>Get the exact read date of one of our messages, sent to a private chat with another user.</p>
<p>Can be only done for private outgoing messages not older than <a href="/api/config#pm-read-date-expire-period">appConfig.pm_read_date_expire_period »</a>.</p>
<p>If the <code>peer</code>'s <a href="/constructor/userFull">userFull</a>.<code>read_dates_private</code> flag is set, we will not be able to fetch the exact read date of messages we send to them, and a <code>USER_PRIVACY_RESTRICTED</code> RPC error will be emitted.<br>
The exact read date of messages might still be unavailable for other reasons, see <a href="/constructor/globalPrivacySettings">here »</a> for more info.<br>
To set <a href="/constructor/userFull">userFull</a>.<code>read_dates_private</code> for ourselves invoke <a href="/method/account.setGlobalPrivacySettings">account.setGlobalPrivacySettings</a>, setting the <code>settings.hide_read_marks</code> flag.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
@ -124,6 +124,14 @@ Can be only done for private outgoing…">
</tbody>
</table>
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
<h4><a class="anchor" href="#client-configuration" id="client-configuration" name="client-configuration"><i class="anchor-icon"></i></a><a href="/api/config">Client configuration</a></h4>
<p>The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.</p>
<h4><a class="anchor" href="#userfull" id="userfull" name="userfull"><i class="anchor-icon"></i></a><a href="/constructor/userFull">userFull</a></h4>
<p>Extended user info</p>
<h4><a class="anchor" href="#globalprivacysettings" id="globalprivacysettings" name="globalprivacysettings"><i class="anchor-icon"></i></a><a href="/constructor/globalPrivacySettings">globalPrivacySettings</a></h4>
<p>Global privacy settings</p>
<h4><a class="anchor" href="#accountsetglobalprivacysettings" id="accountsetglobalprivacysettings" name="accountsetglobalprivacysettings"><i class="anchor-icon"></i></a><a href="/method/account.setGlobalPrivacySettings">account.setGlobalPrivacySettings</a></h4>
<p>Set global privacy settings</p>
<h4><a class="anchor" href="#telegram-premium" id="telegram-premium" name="telegram-premium"><i class="anchor-icon"></i></a><a href="/api/premium">Telegram Premium</a></h4>
<p>Telegram Premium is an optional subscription service that unlocks additional exclusive client-side and API-side features, while helping support the development of the app.</p></div>