Update content of files

This commit is contained in:
GitHub Action 2022-02-24 21:12:16 +00:00
parent 6d4146f315
commit 4ccb379a1d
47 changed files with 179 additions and 582 deletions

View file

@ -53,9 +53,10 @@ The system will automatically choose how to send the authorization code; there a
<ul> <ul>
<li><a href="/constructor/auth.sentCodeTypeApp">Telegram code</a></li> <li><a href="/constructor/auth.sentCodeTypeApp">Telegram code</a></li>
<li><a href="/constructor/auth.sentCodeTypeSms">SMS code</a></li> <li><a href="/constructor/auth.sentCodeTypeSms">SMS code</a></li>
<li><a href="/constructor/auth.sentCodeTypeCall">Phone call</a>: a synthesized voice will tell the user which verification code to input</li> <li><a href="/constructor/auth.sentCodeTypeCall">Phone call</a>: a synthesized voice will tell the user which verification code to input.</li>
<li><a href="/constructor/auth.sentCodeTypeFlashCall">Flash phone call</a>: the code will be sent via a flash phone call, that will be closed immediately. <li><a href="/constructor/auth.sentCodeTypeFlashCall">Flash phone call</a>: the code will be sent via a flash phone call, that will be closed immediately.
In the last case, the phone code will then be the phone number itself, just make sure that the phone number matches the specified pattern (see <a href="/constructor/auth.sentCodeTypeFlashCall">auth.sentCodeTypeFlashCall</a>).</li> In the last case, the phone code will then be the phone number itself, just make sure that the phone number matches the specified pattern (see <a href="/constructor/auth.sentCodeTypeFlashCall">auth.sentCodeTypeFlashCall</a>).</li>
<li><a href="/constructor/auth.sentCodeTypeMissedCall">Missed phone call</a>: the code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.</li>
</ul> </ul>
<p>The <a href="/method/auth.sendCode">auth.sendCode</a> method also has parameters for enabling/disabling use of flash calls, and allows passing an SMS token that will be included in the sent SMS. <p>The <a href="/method/auth.sendCode">auth.sendCode</a> method also has parameters for enabling/disabling use of flash calls, and allows passing an SMS token that will be included in the sent SMS.
For example, the latter is required in newer versions of android, to use the <a href="https://developers.google.com/identity/sms-retriever/overview">android SMS receiver APIs</a>.</p> For example, the latter is required in newer versions of android, to use the <a href="https://developers.google.com/identity/sms-retriever/overview">android SMS receiver APIs</a>.</p>

View file

@ -167,11 +167,11 @@ Layer…">
<li>Added <a href="/constructor/messageReactions">messageReactions</a> - Message reactions</li> <li>Added <a href="/constructor/messageReactions">messageReactions</a> - Message reactions</li>
<li>Added <a href="/constructor/messageUserReaction">messageUserReaction</a> - Message reaction</li> <li>Added <a href="/constructor/messageUserReaction">messageUserReaction</a> - Message reaction</li>
<li>Added <a href="/constructor/messages.messageReactionsList">messages.messageReactionsList</a> - </li> <li>Added <a href="/constructor/messages.messageReactionsList">messages.messageReactionsList</a> - </li>
<li>Added <a href="/constructor/availableReaction">availableReaction</a> - </li> <li>Added <a href="/constructor/availableReaction">availableReaction</a> - Animations associated with a message reaction</li>
<li>Added <a href="/constructor/messages.availableReactionsNotModified">messages.availableReactionsNotModified</a> - </li> <li>Added <a href="/constructor/messages.availableReactionsNotModified">messages.availableReactionsNotModified</a> - </li>
<li>Added <a href="/constructor/messages.availableReactions">messages.availableReactions</a> - </li> <li>Added <a href="/constructor/messages.availableReactions">messages.availableReactions</a> - </li>
<li>Added <a href="/constructor/messageEntitySpoiler">messageEntitySpoiler</a> - </li> <li>Added <a href="/constructor/messageEntitySpoiler">messageEntitySpoiler</a> - Message entity representing a spoiler</li>
<li>Added <a href="/constructor/channelAdminLogEventActionChangeAvailableReactions">channelAdminLogEventActionChangeAvailableReactions</a> - </li> <li>Added <a href="/constructor/channelAdminLogEventActionChangeAvailableReactions">channelAdminLogEventActionChangeAvailableReactions</a> - The set of allowed message reactions for this channel has changed</li>
</ul> </ul>
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5> <h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
<ul> <ul>
@ -233,17 +233,17 @@ Layer…">
</ul> </ul>
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5> <h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
<ul> <ul>
<li>Added <a href="/constructor/inputKeyboardButtonUserProfile">inputKeyboardButtonUserProfile</a> - </li> <li>Added <a href="/constructor/inputKeyboardButtonUserProfile">inputKeyboardButtonUserProfile</a> - Button that links directly to a user profile</li>
<li>Added <a href="/constructor/keyboardButtonUserProfile">keyboardButtonUserProfile</a> - </li> <li>Added <a href="/constructor/keyboardButtonUserProfile">keyboardButtonUserProfile</a> - Button that links directly to a user profile</li>
<li>Added <a href="/constructor/channels.sendAsPeers">channels.sendAsPeers</a> - </li> <li>Added <a href="/constructor/channels.sendAsPeers">channels.sendAsPeers</a> - A list of peers that can be used to send messages in a specific group</li>
<li>Added <a href="/constructor/channelAdminLogEventActionToggleNoForwards">channelAdminLogEventActionToggleNoForwards</a> - </li> <li>Added <a href="/constructor/channelAdminLogEventActionToggleNoForwards">channelAdminLogEventActionToggleNoForwards</a> - Forwards were enabled or disabled</li>
<li>Added <a href="/constructor/messages.stickerSetNotModified">messages.stickerSetNotModified</a> - </li> <li>Added <a href="/constructor/messages.stickerSetNotModified">messages.stickerSetNotModified</a> - </li>
<li>Added <a href="/constructor/users.userFull">users.userFull</a> - </li> <li>Added <a href="/constructor/users.userFull">users.userFull</a> - </li>
<li>Added <a href="/constructor/messages.peerSettings">messages.peerSettings</a> - </li> <li>Added <a href="/constructor/messages.peerSettings">messages.peerSettings</a> - </li>
<li>Added <a href="/constructor/channelAdminLogEventActionSendMessage">channelAdminLogEventActionSendMessage</a> - </li> <li>Added <a href="/constructor/channelAdminLogEventActionSendMessage">channelAdminLogEventActionSendMessage</a> - A message was sent</li>
<li>Added <a href="/constructor/auth.codeTypeMissedCall">auth.codeTypeMissedCall</a> - </li> <li>Added <a href="/constructor/auth.codeTypeMissedCall">auth.codeTypeMissedCall</a> - The next time, the authentication code will be delivered via an immediately canceled incoming call, handled manually by the user.</li>
<li>Added <a href="/constructor/auth.sentCodeTypeMissedCall">auth.sentCodeTypeMissedCall</a> - </li> <li>Added <a href="/constructor/auth.sentCodeTypeMissedCall">auth.sentCodeTypeMissedCall</a> - The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.</li>
<li>Added <a href="/constructor/auth.loggedOut">auth.loggedOut</a> - </li> <li>Added <a href="/constructor/auth.loggedOut">auth.loggedOut</a> - Authentication token to be used on subsequent authorizations</li>
</ul> </ul>
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5> <h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
<ul> <ul>
@ -321,7 +321,7 @@ Layer…">
<li>Added <a href="/constructor/messageActionChatJoinedByRequest">messageActionChatJoinedByRequest</a> - </li> <li>Added <a href="/constructor/messageActionChatJoinedByRequest">messageActionChatJoinedByRequest</a> - </li>
<li>Added <a href="/constructor/updatePendingJoinRequests">updatePendingJoinRequests</a> - </li> <li>Added <a href="/constructor/updatePendingJoinRequests">updatePendingJoinRequests</a> - </li>
<li>Added <a href="/constructor/updateBotChatInviteRequester">updateBotChatInviteRequester</a> - </li> <li>Added <a href="/constructor/updateBotChatInviteRequester">updateBotChatInviteRequester</a> - </li>
<li>Added <a href="/constructor/channelAdminLogEventActionParticipantJoinByRequest">channelAdminLogEventActionParticipantJoinByRequest</a> - </li> <li>Added <a href="/constructor/channelAdminLogEventActionParticipantJoinByRequest">channelAdminLogEventActionParticipantJoinByRequest</a> - A new member was accepted to the chat by an admin</li>
</ul> </ul>
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5> <h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
<ul> <ul>

View file

@ -66,7 +66,7 @@
<tr> <tr>
<td><strong>authorization_ttl_days</strong></td> <td><strong>authorization_ttl_days</strong></td>
<td style="text-align: center;"><a href="/type/int">int</a></td> <td style="text-align: center;"><a href="/type/int">int</a></td>
<td> </td> <td>Time-to-live of session</td>
</tr> </tr>
<tr> <tr>
<td><strong>authorizations</strong></td> <td><strong>authorizations</strong></td>

View file

@ -71,12 +71,12 @@
<tr> <tr>
<td><strong>setup_password_required</strong></td> <td><strong>setup_password_required</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/constructor/true">true</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/constructor/true">true</a></td>
<td> </td> <td>Suggests the user to set up a 2-step verification password to be able to log in again</td>
</tr> </tr>
<tr> <tr>
<td><strong>otherwise_relogin_days</strong></td> <td><strong>otherwise_relogin_days</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/int">int</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/int">int</a></td>
<td> </td> <td>Iff setup_password_required is set, the user will be able to log into their account via SMS only once every this many days.</td>
</tr> </tr>
<tr> <tr>
<td><strong>tmp_sessions</strong></td> <td><strong>tmp_sessions</strong></td>

View file

@ -4,10 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>auth.codeTypeCall</title> <title>auth.codeTypeCall</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Type of verification code that will be sent next if you call the resendCode method: SMS code"> <meta property="description" content="The next time, the authentication code is to be delivered via an outgoing phone call.">
<meta property="og:title" content="auth.codeTypeCall"> <meta property="og:title" content="auth.codeTypeCall">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Type of verification code that will be sent next if you call the resendCode method: SMS code"> <meta property="og:description" content="The next time, the authentication code is to be delivered via an outgoing phone call.">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <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/auth.codeTypeCall" >auth.codeTypeCall</a></li></ul></div> <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/auth.codeTypeCall" >auth.codeTypeCall</a></li></ul></div>
<h1 id="dev_page_title">auth.codeTypeCall</h1> <h1 id="dev_page_title">auth.codeTypeCall</h1>
<div id="dev_page_content"><p>Type of verification code that will be sent next if you call the resendCode method: SMS code</p> <div id="dev_page_content"><p>The next time, the authentication code is to be delivered via an outgoing phone call.</p>
<p><div class="clearfix"> <p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">

View file

@ -4,10 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>auth.codeTypeFlashCall</title> <title>auth.codeTypeFlashCall</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Type of verification code that will be sent next if you call the resendCode method: SMS code"> <meta property="description" content="The next time, the authentication code will be delivered via an immediately canceled incoming call.">
<meta property="og:title" content="auth.codeTypeFlashCall"> <meta property="og:title" content="auth.codeTypeFlashCall">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Type of verification code that will be sent next if you call the resendCode method: SMS code"> <meta property="og:description" content="The next time, the authentication code will be delivered via an immediately canceled incoming call.">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <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/auth.codeTypeFlashCall" >auth.codeTypeFlashCall</a></li></ul></div> <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/auth.codeTypeFlashCall" >auth.codeTypeFlashCall</a></li></ul></div>
<h1 id="dev_page_title">auth.codeTypeFlashCall</h1> <h1 id="dev_page_title">auth.codeTypeFlashCall</h1>
<div id="dev_page_content"><p>Type of verification code that will be sent next if you call the resendCode method: SMS code</p> <div id="dev_page_content"><p>The next time, the authentication code will be delivered via an immediately canceled incoming call.</p>
<p><div class="clearfix"> <p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">

View file

@ -4,16 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>auth.codeTypeMissedCall</title> <title>auth.codeTypeMissedCall</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters <meta property="description" content="The next time, the authentication code will be delivered via an immediately canceled incoming call, handled manually by the user.">
This constructor does not require any parameters.
Type
auth.CodeType">
<meta property="og:title" content="auth.codeTypeMissedCall"> <meta property="og:title" content="auth.codeTypeMissedCall">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Parameters <meta property="og:description" content="The next time, the authentication code will be delivered via an immediately canceled incoming call, handled manually by the user.">
This constructor does not require any parameters.
Type
auth.CodeType">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -45,7 +39,8 @@ auth.CodeType">
<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/auth.codeTypeMissedCall" >auth.codeTypeMissedCall</a></li></ul></div> <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/auth.codeTypeMissedCall" >auth.codeTypeMissedCall</a></li></ul></div>
<h1 id="dev_page_title">auth.codeTypeMissedCall</h1> <h1 id="dev_page_title">auth.codeTypeMissedCall</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>The next time, the authentication code will be delivered via an immediately canceled incoming call, handled manually by the user.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>

View file

@ -4,10 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>auth.codeTypeSms</title> <title>auth.codeTypeSms</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Type of verification code that will be sent next if you call the resendCode method: SMS code"> <meta property="description" content="The next time, the authentication code will be delivered via an immediately canceled incoming call.">
<meta property="og:title" content="auth.codeTypeSms"> <meta property="og:title" content="auth.codeTypeSms">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Type of verification code that will be sent next if you call the resendCode method: SMS code"> <meta property="og:description" content="The next time, the authentication code will be delivered via an immediately canceled incoming call.">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <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/auth.codeTypeSms" >auth.codeTypeSms</a></li></ul></div> <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/auth.codeTypeSms" >auth.codeTypeSms</a></li></ul></div>
<h1 id="dev_page_title">auth.codeTypeSms</h1> <h1 id="dev_page_title">auth.codeTypeSms</h1>
<div id="dev_page_content"><p>Type of verification code that will be sent next if you call the resendCode method: SMS code</p> <div id="dev_page_content"><p>The next time, the authentication code will be delivered via an immediately canceled incoming call.</p>
<p><div class="clearfix"> <p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">

View file

@ -4,32 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>auth.loggedOut</title> <title>auth.loggedOut</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters <meta property="description" content="Authentication token to be used on subsequent authorizations">
Name
Type
Description
flags
#
Flags, see TL conditional fields
future_auth_token
flags.0?bytes
 
Type
auth.LoggedOut">
<meta property="og:title" content="auth.loggedOut"> <meta property="og:title" content="auth.loggedOut">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Parameters <meta property="og:description" content="Authentication token to be used on subsequent authorizations">
Name
Type
Description
flags
#
Flags, see TL conditional fields
future_auth_token
flags.0?bytes
 
Type
auth.LoggedOut">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -61,7 +39,8 @@ auth.LoggedOut">
<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/auth.loggedOut" >auth.loggedOut</a></li></ul></div> <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/auth.loggedOut" >auth.loggedOut</a></li></ul></div>
<h1 id="dev_page_title">auth.loggedOut</h1> <h1 id="dev_page_title">auth.loggedOut</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Authentication token to be used on subsequent authorizations</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -92,7 +71,7 @@ auth.LoggedOut">
<tr> <tr>
<td><strong>future_auth_token</strong></td> <td><strong>future_auth_token</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/bytes">bytes</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/bytes">bytes</a></td>
<td> </td> <td>Authentication token to be used on subsequent authorizations</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -4,32 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>auth.sentCodeTypeMissedCall</title> <title>auth.sentCodeTypeMissedCall</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters <meta property="description" content="The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.">
Name
Type
Description
prefix
string
 
length
int
 
Type
auth.SentCodeType">
<meta property="og:title" content="auth.sentCodeTypeMissedCall"> <meta property="og:title" content="auth.sentCodeTypeMissedCall">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Parameters <meta property="og:description" content="The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.">
Name
Type
Description
prefix
string
 
length
int
 
Type
auth.SentCodeType">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -61,7 +39,8 @@ auth.SentCodeType">
<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/auth.sentCodeTypeMissedCall" >auth.sentCodeTypeMissedCall</a></li></ul></div> <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/auth.sentCodeTypeMissedCall" >auth.sentCodeTypeMissedCall</a></li></ul></div>
<h1 id="dev_page_title">auth.sentCodeTypeMissedCall</h1> <h1 id="dev_page_title">auth.sentCodeTypeMissedCall</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -87,12 +66,12 @@ auth.SentCodeType">
<tr> <tr>
<td><strong>prefix</strong></td> <td><strong>prefix</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td> <td style="text-align: center;"><a href="/type/string">string</a></td>
<td> </td> <td>Prefix of the phone number from which the call will be made</td>
</tr> </tr>
<tr> <tr>
<td><strong>length</strong></td> <td><strong>length</strong></td>
<td style="text-align: center;"><a href="/type/int">int</a></td> <td style="text-align: center;"><a href="/type/int">int</a></td>
<td> </td> <td>Length of the verification code</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -86,12 +86,12 @@
<tr> <tr>
<td><strong>encrypted_requests_disabled</strong></td> <td><strong>encrypted_requests_disabled</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.3?<a href="/constructor/true">true</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.3?<a href="/constructor/true">true</a></td>
<td> </td> <td>Whether this session will accept encrypted chats</td>
</tr> </tr>
<tr> <tr>
<td><strong>call_requests_disabled</strong></td> <td><strong>call_requests_disabled</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.4?<a href="/constructor/true">true</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.4?<a href="/constructor/true">true</a></td>
<td> </td> <td>Whether this session will accept phone calls</td>
</tr> </tr>
<tr> <tr>
<td><strong>hash</strong></td> <td><strong>hash</strong></td>

View file

@ -4,36 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>availableReaction</title> <title>availableReaction</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters <meta property="description" content="Animations associated with a message reaction">
Name
Type
Description
flags
#
Flags, see TL conditional fields
inactive
flags.0?true
 
reaction
string
 
title…">
<meta property="og:title" content="availableReaction"> <meta property="og:title" content="availableReaction">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Parameters <meta property="og:description" content="Animations associated with a message reaction">
Name
Type
Description
flags
#
Flags, see TL conditional fields
inactive
flags.0?true
 
reaction
string
 
title…">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -65,7 +39,8 @@ title…">
<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/availableReaction" >availableReaction</a></li></ul></div> <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/availableReaction" >availableReaction</a></li></ul></div>
<h1 id="dev_page_title">availableReaction</h1> <h1 id="dev_page_title">availableReaction</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Animations associated with a message reaction</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -101,12 +76,12 @@ title…">
<tr> <tr>
<td><strong>reaction</strong></td> <td><strong>reaction</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td> <td style="text-align: center;"><a href="/type/string">string</a></td>
<td> </td> <td>Reaction emoji</td>
</tr> </tr>
<tr> <tr>
<td><strong>title</strong></td> <td><strong>title</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td> <td style="text-align: center;"><a href="/type/string">string</a></td>
<td> </td> <td>Reaction description</td>
</tr> </tr>
<tr> <tr>
<td><strong>static_icon</strong></td> <td><strong>static_icon</strong></td>

View file

@ -151,7 +151,7 @@
<tr> <tr>
<td><strong>noforwards</strong></td> <td><strong>noforwards</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.27?<a href="/constructor/true">true</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.27?<a href="/constructor/true">true</a></td>
<td> </td> <td>Whether this channel or group is <a href="https://telegram.org/blog/protected-content-delete-by-date-and-more">protected</a>, thus does not allow forwarding messages from it</td>
</tr> </tr>
<tr> <tr>
<td><strong>id</strong></td> <td><strong>id</strong></td>

View file

@ -4,32 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>channelAdminLogEventActionChangeAvailableReactions</title> <title>channelAdminLogEventActionChangeAvailableReactions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters <meta property="description" content="The set of allowed message reactions for this channel has changed">
Name
Type
Description
prev_value
Vector&lt;string&gt;
 
new_value
Vector&lt;string&gt;
 
Type
ChannelAdminLogEventAction">
<meta property="og:title" content="channelAdminLogEventActionChangeAvailableReactions"> <meta property="og:title" content="channelAdminLogEventActionChangeAvailableReactions">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Parameters <meta property="og:description" content="The set of allowed message reactions for this channel has changed">
Name
Type
Description
prev_value
Vector&lt;string&gt;
 
new_value
Vector&lt;string&gt;
 
Type
ChannelAdminLogEventAction">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -61,7 +39,8 @@ ChannelAdminLogEventAction">
<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/channelAdminLogEventActionChangeAvailableReactions" >channelAdminLogEventActionChangeAvailableReactions</a></li></ul></div> <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/channelAdminLogEventActionChangeAvailableReactions" >channelAdminLogEventActionChangeAvailableReactions</a></li></ul></div>
<h1 id="dev_page_title">channelAdminLogEventActionChangeAvailableReactions</h1> <h1 id="dev_page_title">channelAdminLogEventActionChangeAvailableReactions</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>The set of allowed message reactions for this channel has changed</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -87,12 +66,12 @@ ChannelAdminLogEventAction">
<tr> <tr>
<td><strong>prev_value</strong></td> <td><strong>prev_value</strong></td>
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/string">string</a>&gt;</td> <td style="text-align: center;"><a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/string">string</a>&gt;</td>
<td> </td> <td>Previously allowed reaction emojis</td>
</tr> </tr>
<tr> <tr>
<td><strong>new_value</strong></td> <td><strong>new_value</strong></td>
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/string">string</a>&gt;</td> <td style="text-align: center;"><a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/string">string</a>&gt;</td>
<td> </td> <td>New allowed reaction emojis</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -4,32 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>channelAdminLogEventActionParticipantJoinByRequest</title> <title>channelAdminLogEventActionParticipantJoinByRequest</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters <meta property="description" content="A new member was accepted to the chat by an admin">
Name
Type
Description
invite
ExportedChatInvite
 
approved_by
long
 
Type
ChannelAdminLogEventAction">
<meta property="og:title" content="channelAdminLogEventActionParticipantJoinByRequest"> <meta property="og:title" content="channelAdminLogEventActionParticipantJoinByRequest">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Parameters <meta property="og:description" content="A new member was accepted to the chat by an admin">
Name
Type
Description
invite
ExportedChatInvite
 
approved_by
long
 
Type
ChannelAdminLogEventAction">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -61,7 +39,8 @@ ChannelAdminLogEventAction">
<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/channelAdminLogEventActionParticipantJoinByRequest" >channelAdminLogEventActionParticipantJoinByRequest</a></li></ul></div> <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/channelAdminLogEventActionParticipantJoinByRequest" >channelAdminLogEventActionParticipantJoinByRequest</a></li></ul></div>
<h1 id="dev_page_title">channelAdminLogEventActionParticipantJoinByRequest</h1> <h1 id="dev_page_title">channelAdminLogEventActionParticipantJoinByRequest</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>A new member was accepted to the chat by an admin</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -87,12 +66,12 @@ ChannelAdminLogEventAction">
<tr> <tr>
<td><strong>invite</strong></td> <td><strong>invite</strong></td>
<td style="text-align: center;"><a href="/type/ExportedChatInvite">ExportedChatInvite</a></td> <td style="text-align: center;"><a href="/type/ExportedChatInvite">ExportedChatInvite</a></td>
<td> </td> <td>The invite link that was used to join the chat</td>
</tr> </tr>
<tr> <tr>
<td><strong>approved_by</strong></td> <td><strong>approved_by</strong></td>
<td style="text-align: center;"><a href="/type/long">long</a></td> <td style="text-align: center;"><a href="/type/long">long</a></td>
<td> </td> <td>ID of the admin that approved the invite</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -4,26 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>channelAdminLogEventActionSendMessage</title> <title>channelAdminLogEventActionSendMessage</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters <meta property="description" content="A message was sent">
Name
Type
Description
message
Message
 
Type
ChannelAdminLogEventAction">
<meta property="og:title" content="channelAdminLogEventActionSendMessage"> <meta property="og:title" content="channelAdminLogEventActionSendMessage">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Parameters <meta property="og:description" content="A message was sent">
Name
Type
Description
message
Message
 
Type
ChannelAdminLogEventAction">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -55,7 +39,8 @@ ChannelAdminLogEventAction">
<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/channelAdminLogEventActionSendMessage" >channelAdminLogEventActionSendMessage</a></li></ul></div> <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/channelAdminLogEventActionSendMessage" >channelAdminLogEventActionSendMessage</a></li></ul></div>
<h1 id="dev_page_title">channelAdminLogEventActionSendMessage</h1> <h1 id="dev_page_title">channelAdminLogEventActionSendMessage</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>A message was sent</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -81,7 +66,7 @@ ChannelAdminLogEventAction">
<tr> <tr>
<td><strong>message</strong></td> <td><strong>message</strong></td>
<td style="text-align: center;"><a href="/type/Message">Message</a></td> <td style="text-align: center;"><a href="/type/Message">Message</a></td>
<td> </td> <td>The message that was sent</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -4,26 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>channelAdminLogEventActionToggleNoForwards</title> <title>channelAdminLogEventActionToggleNoForwards</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters <meta property="description" content="Forwards were enabled or disabled">
Name
Type
Description
new_value
Bool
 
Type
ChannelAdminLogEventAction">
<meta property="og:title" content="channelAdminLogEventActionToggleNoForwards"> <meta property="og:title" content="channelAdminLogEventActionToggleNoForwards">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Parameters <meta property="og:description" content="Forwards were enabled or disabled">
Name
Type
Description
new_value
Bool
 
Type
ChannelAdminLogEventAction">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -55,7 +39,8 @@ ChannelAdminLogEventAction">
<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/channelAdminLogEventActionToggleNoForwards" >channelAdminLogEventActionToggleNoForwards</a></li></ul></div> <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/channelAdminLogEventActionToggleNoForwards" >channelAdminLogEventActionToggleNoForwards</a></li></ul></div>
<h1 id="dev_page_title">channelAdminLogEventActionToggleNoForwards</h1> <h1 id="dev_page_title">channelAdminLogEventActionToggleNoForwards</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Forwards were enabled or disabled</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -81,7 +66,7 @@ ChannelAdminLogEventAction">
<tr> <tr>
<td><strong>new_value</strong></td> <td><strong>new_value</strong></td>
<td style="text-align: center;"><a href="/type/Bool">Bool</a></td> <td style="text-align: center;"><a href="/type/Bool">Bool</a></td>
<td> </td> <td>Old value</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -151,7 +151,7 @@
<tr> <tr>
<td><strong>send</strong></td> <td><strong>send</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.16?<a href="/constructor/true">true</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.16?<a href="/constructor/true">true</a></td>
<td> </td> <td>New value</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -266,22 +266,22 @@
<tr> <tr>
<td><strong>requests_pending</strong></td> <td><strong>requests_pending</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.28?<a href="/type/int">int</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.28?<a href="/type/int">int</a></td>
<td> </td> <td>Pending join requests</td>
</tr> </tr>
<tr> <tr>
<td><strong>recent_requesters</strong></td> <td><strong>recent_requesters</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.28?<a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/long">long</a>&gt;</td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.28?<a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/long">long</a>&gt;</td>
<td> </td> <td>IDs of users who requested to join recently</td>
</tr> </tr>
<tr> <tr>
<td><strong>default_send_as</strong></td> <td><strong>default_send_as</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.29?<a href="/type/Peer">Peer</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.29?<a href="/type/Peer">Peer</a></td>
<td> </td> <td>Default peer used for sending messages to this channel</td>
</tr> </tr>
<tr> <tr>
<td><strong>available_reactions</strong></td> <td><strong>available_reactions</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.30?<a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/string">string</a>&gt;</td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.30?<a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/string">string</a>&gt;</td>
<td> </td> <td>Allowed message reactions</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -4,38 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>channels.sendAsPeers</title> <title>channels.sendAsPeers</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters <meta property="description" content="A list of peers that can be used to send messages in a specific group">
Name
Type
Description
peers
Vector&lt;Peer&gt;
 
chats
Vector&lt;Chat&gt;
 
users
Vector&lt;User&gt;
 
Type
channels.SendAsPeers">
<meta property="og:title" content="channels.sendAsPeers"> <meta property="og:title" content="channels.sendAsPeers">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Parameters <meta property="og:description" content="A list of peers that can be used to send messages in a specific group">
Name
Type
Description
peers
Vector&lt;Peer&gt;
 
chats
Vector&lt;Chat&gt;
 
users
Vector&lt;User&gt;
 
Type
channels.SendAsPeers">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -67,7 +39,8 @@ channels.SendAsPeers">
<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/channels.sendAsPeers" >channels.sendAsPeers</a></li></ul></div> <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/channels.sendAsPeers" >channels.sendAsPeers</a></li></ul></div>
<h1 id="dev_page_title">channels.sendAsPeers</h1> <h1 id="dev_page_title">channels.sendAsPeers</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>A list of peers that can be used to send messages in a specific group</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -93,17 +66,17 @@ channels.SendAsPeers">
<tr> <tr>
<td><strong>peers</strong></td> <td><strong>peers</strong></td>
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/Peer">Peer</a>&gt;</td> <td style="text-align: center;"><a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/Peer">Peer</a>&gt;</td>
<td> </td> <td>Peers that can be used to send messages to the group</td>
</tr> </tr>
<tr> <tr>
<td><strong>chats</strong></td> <td><strong>chats</strong></td>
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/Chat">Chat</a>&gt;</td> <td style="text-align: center;"><a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/Chat">Chat</a>&gt;</td>
<td> </td> <td>Mentioned chats</td>
</tr> </tr>
<tr> <tr>
<td><strong>users</strong></td> <td><strong>users</strong></td>
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/User">User</a>&gt;</td> <td style="text-align: center;"><a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/User">User</a>&gt;</td>
<td> </td> <td>Mentioned users</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -101,7 +101,7 @@
<tr> <tr>
<td><strong>noforwards</strong></td> <td><strong>noforwards</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.25?<a href="/constructor/true">true</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.25?<a href="/constructor/true">true</a></td>
<td> </td> <td>Whether this group is <a href="https://telegram.org/blog/protected-content-delete-by-date-and-more">protected</a>, thus does not allow forwarding messages from it</td>
</tr> </tr>
<tr> <tr>
<td><strong>id</strong></td> <td><strong>id</strong></td>

View file

@ -146,17 +146,17 @@
<tr> <tr>
<td><strong>requests_pending</strong></td> <td><strong>requests_pending</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.17?<a href="/type/int">int</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.17?<a href="/type/int">int</a></td>
<td> </td> <td>Pending join requests</td>
</tr> </tr>
<tr> <tr>
<td><strong>recent_requesters</strong></td> <td><strong>recent_requesters</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.17?<a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/long">long</a>&gt;</td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.17?<a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/long">long</a>&gt;</td>
<td> </td> <td>IDs of users who requested to join recently</td>
</tr> </tr>
<tr> <tr>
<td><strong>available_reactions</strong></td> <td><strong>available_reactions</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.18?<a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/string">string</a>&gt;</td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.18?<a href="/type/Vector%20t">Vector</a>&lt;<a href="/type/string">string</a>&gt;</td>
<td> </td> <td>Allowed message reactions</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -111,7 +111,7 @@
<tr> <tr>
<td><strong>unread_reactions_count</strong></td> <td><strong>unread_reactions_count</strong></td>
<td style="text-align: center;"><a href="/type/int">int</a></td> <td style="text-align: center;"><a href="/type/int">int</a></td>
<td> </td> <td>Number of unread reactions to messages you sent</td>
</tr> </tr>
<tr> <tr>
<td><strong>notify_settings</strong></td> <td><strong>notify_settings</strong></td>

View file

@ -101,7 +101,7 @@
<tr> <tr>
<td><strong>rtmp_stream</strong></td> <td><strong>rtmp_stream</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.12?<a href="/constructor/true">true</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.12?<a href="/constructor/true">true</a></td>
<td> </td> <td>Whether RTMP streams are allowed</td>
</tr> </tr>
<tr> <tr>
<td><strong>id</strong></td> <td><strong>id</strong></td>

View file

@ -4,32 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>inputKeyboardButtonUserProfile</title> <title>inputKeyboardButtonUserProfile</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters <meta property="description" content="Button that links directly to a user profile">
Name
Type
Description
text
string
 
user_id
InputUser
 
Type
KeyboardButton">
<meta property="og:title" content="inputKeyboardButtonUserProfile"> <meta property="og:title" content="inputKeyboardButtonUserProfile">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Parameters <meta property="og:description" content="Button that links directly to a user profile">
Name
Type
Description
text
string
 
user_id
InputUser
 
Type
KeyboardButton">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -61,7 +39,8 @@ KeyboardButton">
<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/inputKeyboardButtonUserProfile" >inputKeyboardButtonUserProfile</a></li></ul></div> <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/inputKeyboardButtonUserProfile" >inputKeyboardButtonUserProfile</a></li></ul></div>
<h1 id="dev_page_title">inputKeyboardButtonUserProfile</h1> <h1 id="dev_page_title">inputKeyboardButtonUserProfile</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Button that links directly to a user profile</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -87,12 +66,12 @@ KeyboardButton">
<tr> <tr>
<td><strong>text</strong></td> <td><strong>text</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td> <td style="text-align: center;"><a href="/type/string">string</a></td>
<td> </td> <td>Button text</td>
</tr> </tr>
<tr> <tr>
<td><strong>user_id</strong></td> <td><strong>user_id</strong></td>
<td style="text-align: center;"><a href="/type/InputUser">InputUser</a></td> <td style="text-align: center;"><a href="/type/InputUser">InputUser</a></td>
<td> </td> <td>User ID</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -4,32 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>keyboardButtonUserProfile</title> <title>keyboardButtonUserProfile</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters <meta property="description" content="Button that links directly to a user profile">
Name
Type
Description
text
string
 
user_id
long
 
Type
KeyboardButton">
<meta property="og:title" content="keyboardButtonUserProfile"> <meta property="og:title" content="keyboardButtonUserProfile">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Parameters <meta property="og:description" content="Button that links directly to a user profile">
Name
Type
Description
text
string
 
user_id
long
 
Type
KeyboardButton">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -61,7 +39,8 @@ KeyboardButton">
<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/keyboardButtonUserProfile" >keyboardButtonUserProfile</a></li></ul></div> <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/keyboardButtonUserProfile" >keyboardButtonUserProfile</a></li></ul></div>
<h1 id="dev_page_title">keyboardButtonUserProfile</h1> <h1 id="dev_page_title">keyboardButtonUserProfile</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Button that links directly to a user profile</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -87,12 +66,12 @@ KeyboardButton">
<tr> <tr>
<td><strong>text</strong></td> <td><strong>text</strong></td>
<td style="text-align: center;"><a href="/type/string">string</a></td> <td style="text-align: center;"><a href="/type/string">string</a></td>
<td> </td> <td>Button text</td>
</tr> </tr>
<tr> <tr>
<td><strong>user_id</strong></td> <td><strong>user_id</strong></td>
<td style="text-align: center;"><a href="/type/long">long</a></td> <td style="text-align: center;"><a href="/type/long">long</a></td>
<td> </td> <td>User ID</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -116,7 +116,7 @@
<tr> <tr>
<td><strong>noforwards</strong></td> <td><strong>noforwards</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.26?<a href="/constructor/true">true</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.26?<a href="/constructor/true">true</a></td>
<td> </td> <td>Whether this message is <a href="https://telegram.org/blog/protected-content-delete-by-date-and-more">protected</a> and thus cannot be forwarded</td>
</tr> </tr>
<tr> <tr>
<td><strong>id</strong></td> <td><strong>id</strong></td>
@ -206,7 +206,7 @@
<tr> <tr>
<td><strong>reactions</strong></td> <td><strong>reactions</strong></td>
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.20?<a href="/type/MessageReactions">MessageReactions</a></td> <td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.20?<a href="/type/MessageReactions">MessageReactions</a></td>
<td> </td> <td>Reactions to this message</td>
</tr> </tr>
<tr> <tr>
<td><strong>restriction_reason</strong></td> <td><strong>restriction_reason</strong></td>

View file

@ -4,32 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>messageEntitySpoiler</title> <title>messageEntitySpoiler</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters <meta property="description" content="Message entity representing a spoiler">
Name
Type
Description
offset
int
 
length
int
 
Type
MessageEntity">
<meta property="og:title" content="messageEntitySpoiler"> <meta property="og:title" content="messageEntitySpoiler">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Parameters <meta property="og:description" content="Message entity representing a spoiler">
Name
Type
Description
offset
int
 
length
int
 
Type
MessageEntity">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -61,7 +39,8 @@ MessageEntity">
<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/messageEntitySpoiler" >messageEntitySpoiler</a></li></ul></div> <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/messageEntitySpoiler" >messageEntitySpoiler</a></li></ul></div>
<h1 id="dev_page_title">messageEntitySpoiler</h1> <h1 id="dev_page_title">messageEntitySpoiler</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Message entity representing a spoiler</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -87,12 +66,12 @@ MessageEntity">
<tr> <tr>
<td><strong>offset</strong></td> <td><strong>offset</strong></td>
<td style="text-align: center;"><a href="/type/int">int</a></td> <td style="text-align: center;"><a href="/type/int">int</a></td>
<td> </td> <td>Offset of message entity within message (in UTF-8 codepoints)</td>
</tr> </tr>
<tr> <tr>
<td><strong>length</strong></td> <td><strong>length</strong></td>
<td style="text-align: center;"><a href="/type/int">int</a></td> <td style="text-align: center;"><a href="/type/int">int</a></td>
<td> </td> <td>Length of message entity within message (in UTF-8 codepoints)</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -74,7 +74,7 @@
<tr> <tr>
<td><strong>hash</strong></td> <td><strong>hash</strong></td>
<td style="text-align: center;"><a href="/type/int">int</a></td> <td style="text-align: center;"><a href="/type/int">int</a></td>
<td> </td> <td><a href="/api/offsets#hash-generation">Hash for pagination, for more info click here</a></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -102,7 +102,10 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<h3><a class="anchor" href="#bots-can-use-this-method" id="bots-can-use-this-method" name="bots-can-use-this-method"><i class="anchor-icon"></i></a>Bots can use this method</h3></div> <h3><a class="anchor" href="#bots-can-use-this-method" id="bots-can-use-this-method" name="bots-can-use-this-method"><i class="anchor-icon"></i></a>Bots can use this method</h3>
<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="#pagination-in-the-api" id="pagination-in-the-api" name="pagination-in-the-api"><i class="anchor-icon"></i></a><a href="/api/offsets">Pagination in the API</a></h4>
<p>How to fetch results from large lists of objects.</p></div>
</div> </div>

View file

@ -4,18 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>AvailableReaction</title> <title>AvailableReaction</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="Animations associated with a message reaction">
Constructor
Description
availableReaction
 ">
<meta property="og:title" content="AvailableReaction"> <meta property="og:title" content="AvailableReaction">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="Animations associated with a message reaction">
Constructor
Description
availableReaction
 ">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -47,7 +39,8 @@ availableReaction
<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/AvailableReaction" >AvailableReaction</a></li></ul></div> <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/AvailableReaction" >AvailableReaction</a></li></ul></div>
<h1 id="dev_page_title">AvailableReaction</h1> <h1 id="dev_page_title">AvailableReaction</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Animations associated with a message reaction</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -71,7 +64,7 @@ availableReaction
<tbody> <tbody>
<tr> <tr>
<td><a href="/constructor/availableReaction">availableReaction</a></td> <td><a href="/constructor/availableReaction">availableReaction</a></td>
<td> </td> <td>Animations associated with a message reaction</td>
</tr> </tr>
</tbody> </tbody>
</table></div> </table></div>

View file

@ -227,19 +227,19 @@
</tr> </tr>
<tr> <tr>
<td><a href="/constructor/channelAdminLogEventActionParticipantJoinByRequest">channelAdminLogEventActionParticipantJoinByRequest</a></td> <td><a href="/constructor/channelAdminLogEventActionParticipantJoinByRequest">channelAdminLogEventActionParticipantJoinByRequest</a></td>
<td> </td> <td>A new member was accepted to the chat by an admin</td>
</tr> </tr>
<tr> <tr>
<td><a href="/constructor/channelAdminLogEventActionToggleNoForwards">channelAdminLogEventActionToggleNoForwards</a></td> <td><a href="/constructor/channelAdminLogEventActionToggleNoForwards">channelAdminLogEventActionToggleNoForwards</a></td>
<td> </td> <td>Forwards were enabled or disabled</td>
</tr> </tr>
<tr> <tr>
<td><a href="/constructor/channelAdminLogEventActionSendMessage">channelAdminLogEventActionSendMessage</a></td> <td><a href="/constructor/channelAdminLogEventActionSendMessage">channelAdminLogEventActionSendMessage</a></td>
<td> </td> <td>A message was sent</td>
</tr> </tr>
<tr> <tr>
<td><a href="/constructor/channelAdminLogEventActionChangeAvailableReactions">channelAdminLogEventActionChangeAvailableReactions</a></td> <td><a href="/constructor/channelAdminLogEventActionChangeAvailableReactions">channelAdminLogEventActionChangeAvailableReactions</a></td>
<td> </td> <td>The set of allowed message reactions for this channel has changed</td>
</tr> </tr>
</tbody> </tbody>
</table></div> </table></div>

View file

@ -120,11 +120,11 @@
</tr> </tr>
<tr> <tr>
<td><a href="/constructor/inputKeyboardButtonUserProfile">inputKeyboardButtonUserProfile</a></td> <td><a href="/constructor/inputKeyboardButtonUserProfile">inputKeyboardButtonUserProfile</a></td>
<td> </td> <td>Button that links directly to a user profile</td>
</tr> </tr>
<tr> <tr>
<td><a href="/constructor/keyboardButtonUserProfile">keyboardButtonUserProfile</a></td> <td><a href="/constructor/keyboardButtonUserProfile">keyboardButtonUserProfile</a></td>
<td> </td> <td>Button that links directly to a user profile</td>
</tr> </tr>
</tbody> </tbody>
</table></div> </table></div>

View file

@ -159,7 +159,7 @@
</tr> </tr>
<tr> <tr>
<td><a href="/constructor/messageEntitySpoiler">messageEntitySpoiler</a></td> <td><a href="/constructor/messageEntitySpoiler">messageEntitySpoiler</a></td>
<td> </td> <td>Message entity representing a spoiler</td>
</tr> </tr>
</tbody> </tbody>
</table></div> </table></div>

View file

@ -4,18 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>MessagePeerReaction</title> <title>MessagePeerReaction</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="How a certain peer reacted to the message">
Constructor
Description
messagePeerReaction
 ">
<meta property="og:title" content="MessagePeerReaction"> <meta property="og:title" content="MessagePeerReaction">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="How a certain peer reacted to the message">
Constructor
Description
messagePeerReaction
 ">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -47,7 +39,8 @@ messagePeerReaction
<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/MessagePeerReaction" >MessagePeerReaction</a></li></ul></div> <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/MessagePeerReaction" >MessagePeerReaction</a></li></ul></div>
<h1 id="dev_page_title">MessagePeerReaction</h1> <h1 id="dev_page_title">MessagePeerReaction</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>How a certain peer reacted to the message</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>

View file

@ -4,18 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>SearchResultsCalendarPeriod</title> <title>SearchResultsCalendarPeriod</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="Information about found messages sent on a specific day">
Constructor
Description
searchResultsCalendarPeriod
 ">
<meta property="og:title" content="SearchResultsCalendarPeriod"> <meta property="og:title" content="SearchResultsCalendarPeriod">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="Information about found messages sent on a specific day">
Constructor
Description
searchResultsCalendarPeriod
 ">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -47,7 +39,8 @@ searchResultsCalendarPeriod
<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/SearchResultsCalendarPeriod" >SearchResultsCalendarPeriod</a></li></ul></div> <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/SearchResultsCalendarPeriod" >SearchResultsCalendarPeriod</a></li></ul></div>
<h1 id="dev_page_title">SearchResultsCalendarPeriod</h1> <h1 id="dev_page_title">SearchResultsCalendarPeriod</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Information about found messages sent on a specific day</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>

View file

@ -4,18 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>SearchResultsPosition</title> <title>SearchResultsPosition</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="Information about a message in a specific position">
Constructor
Description
searchResultPosition
 ">
<meta property="og:title" content="SearchResultsPosition"> <meta property="og:title" content="SearchResultsPosition">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="Information about a message in a specific position">
Constructor
Description
searchResultPosition
 ">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -47,7 +39,8 @@ searchResultPosition
<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/SearchResultsPosition" >SearchResultsPosition</a></li></ul></div> <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/SearchResultsPosition" >SearchResultsPosition</a></li></ul></div>
<h1 id="dev_page_title">SearchResultsPosition</h1> <h1 id="dev_page_title">SearchResultsPosition</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Information about a message in a specific position</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>

View file

@ -79,7 +79,7 @@
</tr> </tr>
<tr> <tr>
<td><a href="/constructor/auth.codeTypeMissedCall">auth.codeTypeMissedCall</a></td> <td><a href="/constructor/auth.codeTypeMissedCall">auth.codeTypeMissedCall</a></td>
<td> </td> <td>The next time, the authentication code will be delivered via an immediately canceled incoming call, handled manually by the user.</td>
</tr> </tr>
</tbody> </tbody>
</table></div> </table></div>

View file

@ -4,28 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>auth.LoggedOut</title> <title>auth.LoggedOut</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="Authentication token to be used on subsequent authorizations">
Constructor
Description
auth.loggedOut
 
Methods
Method
Description
auth.logOut
Logs out the user.">
<meta property="og:title" content="auth.LoggedOut"> <meta property="og:title" content="auth.LoggedOut">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="Authentication token to be used on subsequent authorizations">
Constructor
Description
auth.loggedOut
 
Methods
Method
Description
auth.logOut
Logs out the user.">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -57,7 +39,8 @@ Logs out the user.">
<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/auth.LoggedOut" >auth.LoggedOut</a></li></ul></div> <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/auth.LoggedOut" >auth.LoggedOut</a></li></ul></div>
<h1 id="dev_page_title">auth.LoggedOut</h1> <h1 id="dev_page_title">auth.LoggedOut</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Authentication token to be used on subsequent authorizations</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -85,7 +68,7 @@ Logs out the user.">
<tbody> <tbody>
<tr> <tr>
<td><a href="/constructor/auth.loggedOut">auth.loggedOut</a></td> <td><a href="/constructor/auth.loggedOut">auth.loggedOut</a></td>
<td> </td> <td>Authentication token to be used on subsequent authorizations</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -84,7 +84,7 @@
</tr> </tr>
<tr> <tr>
<td><a href="/constructor/auth.sentCodeTypeMissedCall">auth.sentCodeTypeMissedCall</a></td> <td><a href="/constructor/auth.sentCodeTypeMissedCall">auth.sentCodeTypeMissedCall</a></td>
<td> </td> <td>The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.</td>
</tr> </tr>
</tbody> </tbody>
</table></div> </table></div>

View file

@ -4,28 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>channels.SendAsPeers</title> <title>channels.SendAsPeers</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="A list of peers that can be used to send messages in a specific group">
Constructor
Description
channels.sendAsPeers
 
Methods
Method
Description
channels.getSendAs
 ">
<meta property="og:title" content="channels.SendAsPeers"> <meta property="og:title" content="channels.SendAsPeers">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="A list of peers that can be used to send messages in a specific group">
Constructor
Description
channels.sendAsPeers
 
Methods
Method
Description
channels.getSendAs
 ">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -57,7 +39,8 @@ channels.getSendAs
<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/channels.SendAsPeers" >channels.SendAsPeers</a></li></ul></div> <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/channels.SendAsPeers" >channels.SendAsPeers</a></li></ul></div>
<h1 id="dev_page_title">channels.SendAsPeers</h1> <h1 id="dev_page_title">channels.SendAsPeers</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>A list of peers that can be used to send messages in a specific group</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
@ -85,7 +68,7 @@ channels.getSendAs
<tbody> <tbody>
<tr> <tr>
<td><a href="/constructor/channels.sendAsPeers">channels.sendAsPeers</a></td> <td><a href="/constructor/channels.sendAsPeers">channels.sendAsPeers</a></td>
<td> </td> <td>A list of peers that can be used to send messages in a specific group</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View file

@ -4,26 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>messages.AvailableReactions</title> <title>messages.AvailableReactions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="Animations and metadata associated with message reactions">
Constructor
Description
messages.availableReactionsNotModified
 
messages.availableReactions
 
Methods
Method…">
<meta property="og:title" content="messages.AvailableReactions"> <meta property="og:title" content="messages.AvailableReactions">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="Animations and metadata associated with message reactions">
Constructor
Description
messages.availableReactionsNotModified
 
messages.availableReactions
 
Methods
Method…">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -55,7 +39,8 @@ 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="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/messages.AvailableReactions" >messages.AvailableReactions</a></li></ul></div> <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/messages.AvailableReactions" >messages.AvailableReactions</a></li></ul></div>
<h1 id="dev_page_title">messages.AvailableReactions</h1> <h1 id="dev_page_title">messages.AvailableReactions</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Animations and metadata associated with message reactions</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>

View file

@ -4,26 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>messages.MessageReactionsList</title> <title>messages.MessageReactionsList</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="List of peers that reacted to a specific message">
Constructor
Description
messages.messageReactionsList
 
Methods
Method
Description
messages.getMessageReactionsList…">
<meta property="og:title" content="messages.MessageReactionsList"> <meta property="og:title" content="messages.MessageReactionsList">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="List of peers that reacted to a specific message">
Constructor
Description
messages.messageReactionsList
 
Methods
Method
Description
messages.getMessageReactionsList…">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -55,7 +39,8 @@ messages.getMessageReactionsList…">
<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/messages.MessageReactionsList" >messages.MessageReactionsList</a></li></ul></div> <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/messages.MessageReactionsList" >messages.MessageReactionsList</a></li></ul></div>
<h1 id="dev_page_title">messages.MessageReactionsList</h1> <h1 id="dev_page_title">messages.MessageReactionsList</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>List of peers that reacted to a specific message</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>

View file

@ -4,28 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>messages.PeerSettings</title> <title>messages.PeerSettings</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="Peer settings">
Constructor
Description
messages.peerSettings
 
Methods
Method
Description
messages.getPeerSettings
Get peer…">
<meta property="og:title" content="messages.PeerSettings"> <meta property="og:title" content="messages.PeerSettings">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="Peer settings">
Constructor
Description
messages.peerSettings
 
Methods
Method
Description
messages.getPeerSettings
Get peer…">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -57,7 +39,8 @@ Get peer…">
<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/messages.PeerSettings" >messages.PeerSettings</a></li></ul></div> <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/messages.PeerSettings" >messages.PeerSettings</a></li></ul></div>
<h1 id="dev_page_title">messages.PeerSettings</h1> <h1 id="dev_page_title">messages.PeerSettings</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Peer settings</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>

View file

@ -4,26 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>messages.SearchResultsCalendar</title> <title>messages.SearchResultsCalendar</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="Information about found messages sent on a specific day">
Constructor
Description
messages.searchResultsCalendar
 
Methods
Method
Description
messages.getSearchResultsCalendar…">
<meta property="og:title" content="messages.SearchResultsCalendar"> <meta property="og:title" content="messages.SearchResultsCalendar">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="Information about found messages sent on a specific day">
Constructor
Description
messages.searchResultsCalendar
 
Methods
Method
Description
messages.getSearchResultsCalendar…">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -55,7 +39,8 @@ messages.getSearchResultsCalendar…">
<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/messages.SearchResultsCalendar" >messages.SearchResultsCalendar</a></li></ul></div> <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/messages.SearchResultsCalendar" >messages.SearchResultsCalendar</a></li></ul></div>
<h1 id="dev_page_title">messages.SearchResultsCalendar</h1> <h1 id="dev_page_title">messages.SearchResultsCalendar</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Information about found messages sent on a specific day</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>

View file

@ -4,26 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>messages.SearchResultsPositions</title> <title>messages.SearchResultsPositions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="Information about messages in specific positions">
Constructor
Description
messages.searchResultsPositions
 
Methods
Method
Description
messages.getSearchResultsPositions…">
<meta property="og:title" content="messages.SearchResultsPositions"> <meta property="og:title" content="messages.SearchResultsPositions">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="Information about messages in specific positions">
Constructor
Description
messages.searchResultsPositions
 
Methods
Method
Description
messages.getSearchResultsPositions…">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -55,7 +39,8 @@ messages.getSearchResultsPositions…">
<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/messages.SearchResultsPositions" >messages.SearchResultsPositions</a></li></ul></div> <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/messages.SearchResultsPositions" >messages.SearchResultsPositions</a></li></ul></div>
<h1 id="dev_page_title">messages.SearchResultsPositions</h1> <h1 id="dev_page_title">messages.SearchResultsPositions</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Information about messages in specific positions</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>

View file

@ -4,28 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>messages.TranslatedText</title> <title>messages.TranslatedText</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="Translated text, or no result">
Constructor
Description
messages.translateNoResult
 
messages.translateResultText
 
Methods
Method
Description…">
<meta property="og:title" content="messages.TranslatedText"> <meta property="og:title" content="messages.TranslatedText">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="Translated text, or no result">
Constructor
Description
messages.translateNoResult
 
messages.translateResultText
 
Methods
Method
Description…">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -57,7 +39,8 @@ Description…">
<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/messages.TranslatedText" >messages.TranslatedText</a></li></ul></div> <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/messages.TranslatedText" >messages.TranslatedText</a></li></ul></div>
<h1 id="dev_page_title">messages.TranslatedText</h1> <h1 id="dev_page_title">messages.TranslatedText</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Translated text, or no result</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>

View file

@ -4,28 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>users.UserFull</title> <title>users.UserFull</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Constructors <meta property="description" content="Full user information, with attached context peers for reactions">
Constructor
Description
users.userFull
 
Methods
Method
Description
users.getFullUser
Returns extended user…">
<meta property="og:title" content="users.UserFull"> <meta property="og:title" content="users.UserFull">
<meta property="og:image" content=""> <meta property="og:image" content="">
<meta property="og:description" content="Constructors <meta property="og:description" content="Full user information, with attached context peers for reactions">
Constructor
Description
users.userFull
 
Methods
Method
Description
users.getFullUser
Returns extended user…">
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
<link href="/css/bootstrap.min.css?3" rel="stylesheet"> <link href="/css/bootstrap.min.css?3" rel="stylesheet">
@ -57,7 +39,8 @@ Returns extended user…">
<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/users.UserFull" >users.UserFull</a></li></ul></div> <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/users.UserFull" >users.UserFull</a></li></ul></div>
<h1 id="dev_page_title">users.UserFull</h1> <h1 id="dev_page_title">users.UserFull</h1>
<div id="dev_page_content"><p><div class="clearfix"> <div id="dev_page_content"><p>Full user information, with attached context peers for reactions</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills"> <ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a> <a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>