mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 15:31:11 +01:00
Update content of files
This commit is contained in:
parent
08815ecea0
commit
ae863d34c1
65 changed files with 398 additions and 1009 deletions
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.emailVerified</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
email
|
||||
string
|
||||
|
||||
Type
|
||||
account.EmailVerified">
|
||||
<meta property="description" content="The email was verified correctly.">
|
||||
<meta property="og:title" content="account.emailVerified">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
email
|
||||
string
|
||||
|
||||
Type
|
||||
account.EmailVerified">
|
||||
<meta property="og:description" content="The email was verified correctly.">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +42,8 @@ account.EmailVerified">
|
|||
<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/account.emailVerified" >account.emailVerified</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.emailVerified</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The email was verified correctly.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -84,7 +69,7 @@ account.EmailVerified">
|
|||
<tr>
|
||||
<td><strong>email</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>The verified email address.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.emailVerifiedLogin</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
email
|
||||
string
|
||||
|
||||
sent_code
|
||||
auth.SentCode
|
||||
|
||||
Type
|
||||
account.EmailVerified">
|
||||
<meta property="description" content="The email was verified correctly, and a login code was just sent to it.">
|
||||
<meta property="og:title" content="account.emailVerifiedLogin">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
email
|
||||
string
|
||||
|
||||
sent_code
|
||||
auth.SentCode
|
||||
|
||||
Type
|
||||
account.EmailVerified">
|
||||
<meta property="og:description" content="The email was verified correctly, and a login code was just sent to it.">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -64,7 +42,8 @@ account.EmailVerified">
|
|||
<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/account.emailVerifiedLogin" >account.emailVerifiedLogin</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.emailVerifiedLogin</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The email was verified correctly, and a login code was just sent to it.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -90,17 +69,20 @@ account.EmailVerified">
|
|||
<tr>
|
||||
<td><strong>email</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>The verified email address.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>sent_code</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/auth.SentCode">auth.SentCode</a></td>
|
||||
<td> </td>
|
||||
<td>Info about the sent <a href="/api/auth">login code</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/account.EmailVerified">account.EmailVerified</a></p></div>
|
||||
<p><a href="/type/account.EmailVerified">account.EmailVerified</a></p>
|
||||
<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="#user-authorization" id="user-authorization" name="user-authorization"><i class="anchor-icon"></i></a><a href="/api/auth">User Authorization</a></h4>
|
||||
<p>How to register a user's phone to start using the API.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.emojiStatuses</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
long
|
||||
|
||||
statuses
|
||||
Vector<EmojiStatus>
|
||||
|
||||
Type
|
||||
account.EmojiStatuses">
|
||||
<meta property="description" content="A list of emoji statuses">
|
||||
<meta property="og:title" content="account.emojiStatuses">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
long
|
||||
|
||||
statuses
|
||||
Vector<EmojiStatus>
|
||||
|
||||
Type
|
||||
account.EmojiStatuses">
|
||||
<meta property="og:description" content="A list of emoji statuses">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -64,7 +42,8 @@ account.EmojiStatuses">
|
|||
<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/account.emojiStatuses" >account.emojiStatuses</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.emojiStatuses</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>A list of <a href="/api/emoji-status">emoji statuses</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -90,17 +69,20 @@ account.EmojiStatuses">
|
|||
<tr>
|
||||
<td><strong>hash</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/offsets#hash-generation">Hash for pagination, for more info click here</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>statuses</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/EmojiStatus">EmojiStatus</a>></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/emoji-status">Emoji statuses</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/account.EmojiStatuses">account.EmojiStatuses</a></p></div>
|
||||
<p><a href="/type/account.EmojiStatuses">account.EmojiStatuses</a></p>
|
||||
<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>
|
||||
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.emojiStatusesNotModified</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
account.EmojiStatuses">
|
||||
<meta property="description" content="The server-side list of emoji statuses hasn't changed">
|
||||
<meta property="og:title" content="account.emojiStatusesNotModified">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
account.EmojiStatuses">
|
||||
<meta property="og:description" content="The server-side list of emoji statuses hasn't changed">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -48,7 +42,8 @@ account.EmojiStatuses">
|
|||
<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/account.emojiStatusesNotModified" >account.emojiStatusesNotModified</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.emojiStatusesNotModified</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The server-side list of <a href="/api/emoji-status">emoji statuses</a> hasn't changed</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
<tr>
|
||||
<td><strong>login_email_pattern</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.6?<a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>A verified login email with the specified <a href="/api/pattern">pattern</a> is configured</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,30 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>auth.sentCodeTypeEmailCode</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
apple_signin_allowed
|
||||
flags.0?true
|
||||
|
||||
google_signin_allowed…">
|
||||
<meta property="description" content="The code was sent via email">
|
||||
<meta property="og:title" content="auth.sentCodeTypeEmailCode">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
apple_signin_allowed
|
||||
flags.0?true
|
||||
|
||||
google_signin_allowed…">
|
||||
<meta property="og:description" content="The code was sent via email">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -62,7 +42,8 @@ google_signin_allowed…">
|
|||
<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.sentCodeTypeEmailCode" >auth.sentCodeTypeEmailCode</a></li></ul></div>
|
||||
<h1 id="dev_page_title">auth.sentCodeTypeEmailCode</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The code was sent via email</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -93,32 +74,35 @@ google_signin_allowed…">
|
|||
<tr>
|
||||
<td><strong>apple_signin_allowed</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether authorization through Apple ID is allowed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>google_signin_allowed</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> </td>
|
||||
<td>Whether authorization through Google ID is allowed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>email_pattern</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/pattern">Pattern</a> of the email</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>length</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Length of the sent verification code</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>next_phone_login_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>If set, contains an absolute UNIX timestamp indicating when will the user be able to authorize with a code sent to the user's phone number</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/auth.SentCodeType">auth.SentCodeType</a></p></div>
|
||||
<p><a href="/type/auth.SentCodeType">auth.SentCodeType</a></p>
|
||||
<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="#pattern-matching" id="pattern-matching" name="pattern-matching"><i class="anchor-icon"></i></a><a href="/api/pattern">Pattern matching</a></h4>
|
||||
<p>Some methods require the client to verify if the data obtained from an external source matches a certain pattern.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,30 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>auth.sentCodeTypeSetUpEmailRequired</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
apple_signin_allowed
|
||||
flags.0?true
|
||||
|
||||
google_signin_allowed…">
|
||||
<meta property="description" content="The user should add and verify an email address in order to login">
|
||||
<meta property="og:title" content="auth.sentCodeTypeSetUpEmailRequired">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
apple_signin_allowed
|
||||
flags.0?true
|
||||
|
||||
google_signin_allowed…">
|
||||
<meta property="og:description" content="The user should add and verify an email address in order to login">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -62,7 +42,8 @@ google_signin_allowed…">
|
|||
<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.sentCodeTypeSetUpEmailRequired" >auth.sentCodeTypeSetUpEmailRequired</a></li></ul></div>
|
||||
<h1 id="dev_page_title">auth.sentCodeTypeSetUpEmailRequired</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The user should add and verify an email address in order to login</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -93,12 +74,12 @@ google_signin_allowed…">
|
|||
<tr>
|
||||
<td><strong>apple_signin_allowed</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether authorization through Apple ID is allowed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>google_signin_allowed</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> </td>
|
||||
<td>Whether authorization through Google ID is allowed</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>chatReactionsAll</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
allow_custom
|
||||
flags.0?true
|
||||
|
||||
Type
|
||||
ChatReactions">
|
||||
<meta property="description" content="All reactions or all non-custom reactions are allowed">
|
||||
<meta property="og:title" content="chatReactionsAll">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
allow_custom
|
||||
flags.0?true
|
||||
|
||||
Type
|
||||
ChatReactions">
|
||||
<meta property="og:description" content="All reactions or all non-custom reactions are allowed">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -64,7 +42,8 @@ ChatReactions">
|
|||
<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/chatReactionsAll" >chatReactionsAll</a></li></ul></div>
|
||||
<h1 id="dev_page_title">chatReactionsAll</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>All reactions or all non-custom reactions are allowed</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -95,7 +74,7 @@ ChatReactions">
|
|||
<tr>
|
||||
<td><strong>allow_custom</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether to allow custom reactions</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>chatReactionsNone</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
ChatReactions">
|
||||
<meta property="description" content="No reactions are allowed">
|
||||
<meta property="og:title" content="chatReactionsNone">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
ChatReactions">
|
||||
<meta property="og:description" content="No reactions are allowed">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -48,7 +42,8 @@ ChatReactions">
|
|||
<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/chatReactionsNone" >chatReactionsNone</a></li></ul></div>
|
||||
<h1 id="dev_page_title">chatReactionsNone</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>No reactions are allowed</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>chatReactionsSome</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
reactions
|
||||
Vector<Reaction>
|
||||
|
||||
Type
|
||||
ChatReactions">
|
||||
<meta property="description" content="Some reactions are allowed">
|
||||
<meta property="og:title" content="chatReactionsSome">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
reactions
|
||||
Vector<Reaction>
|
||||
|
||||
Type
|
||||
ChatReactions">
|
||||
<meta property="og:description" content="Some reactions are allowed">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +42,8 @@ ChatReactions">
|
|||
<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/chatReactionsSome" >chatReactionsSome</a></li></ul></div>
|
||||
<h1 id="dev_page_title">chatReactionsSome</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Some reactions are allowed</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -84,7 +69,7 @@ ChatReactions">
|
|||
<tr>
|
||||
<td><strong>reactions</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/Reaction">Reaction</a>></td>
|
||||
<td> </td>
|
||||
<td>Allowed reactions</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -334,7 +334,7 @@
|
|||
<tr>
|
||||
<td><strong>reactions_default</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.15?<a href="/type/Reaction">Reaction</a></td>
|
||||
<td> </td>
|
||||
<td>Default <a href="/api/reactions">message reaction</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -361,7 +361,9 @@
|
|||
<h4><a class="anchor" href="#deep-links" id="deep-links" name="deep-links"><i class="anchor-icon"></i></a><a href="/api/links">Deep links</a></h4>
|
||||
<p>Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.</p>
|
||||
<h4><a class="anchor" href="#uploading-and-downloading-files" id="uploading-and-downloading-files" name="uploading-and-downloading-files"><i class="anchor-icon"></i></a><a href="/api/files">Uploading and Downloading Files</a></h4>
|
||||
<p>How to transfer large data batches correctly.</p></div>
|
||||
<p>How to transfer large data batches correctly.</p>
|
||||
<h4><a class="anchor" href="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>emailVerificationApple</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
token
|
||||
string
|
||||
|
||||
Type
|
||||
EmailVerification">
|
||||
<meta property="description" content="Apple ID email verification token">
|
||||
<meta property="og:title" content="emailVerificationApple">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
token
|
||||
string
|
||||
|
||||
Type
|
||||
EmailVerification">
|
||||
<meta property="og:description" content="Apple ID email verification token">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +42,8 @@ EmailVerification">
|
|||
<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/emailVerificationApple" >emailVerificationApple</a></li></ul></div>
|
||||
<h1 id="dev_page_title">emailVerificationApple</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Apple ID email verification token</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -84,7 +69,7 @@ EmailVerification">
|
|||
<tr>
|
||||
<td><strong>token</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Token</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>emailVerificationCode</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
code
|
||||
string
|
||||
|
||||
Type
|
||||
EmailVerification">
|
||||
<meta property="description" content="Email verification code">
|
||||
<meta property="og:title" content="emailVerificationCode">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
code
|
||||
string
|
||||
|
||||
Type
|
||||
EmailVerification">
|
||||
<meta property="og:description" content="Email verification code">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +42,8 @@ EmailVerification">
|
|||
<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/emailVerificationCode" >emailVerificationCode</a></li></ul></div>
|
||||
<h1 id="dev_page_title">emailVerificationCode</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Email verification code</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -84,7 +69,7 @@ EmailVerification">
|
|||
<tr>
|
||||
<td><strong>code</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Received verification code</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>emailVerificationGoogle</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
token
|
||||
string
|
||||
|
||||
Type
|
||||
EmailVerification">
|
||||
<meta property="description" content="Google ID email verification token">
|
||||
<meta property="og:title" content="emailVerificationGoogle">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
token
|
||||
string
|
||||
|
||||
Type
|
||||
EmailVerification">
|
||||
<meta property="og:description" content="Google ID email verification token">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +42,8 @@ EmailVerification">
|
|||
<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/emailVerificationGoogle" >emailVerificationGoogle</a></li></ul></div>
|
||||
<h1 id="dev_page_title">emailVerificationGoogle</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Google ID email verification token</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -84,7 +69,7 @@ EmailVerification">
|
|||
<tr>
|
||||
<td><strong>token</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Token</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>emailVerifyPurposeLoginChange</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
EmailVerifyPurpose">
|
||||
<meta property="description" content="Email verification purpose: change login email">
|
||||
<meta property="og:title" content="emailVerifyPurposeLoginChange">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
EmailVerifyPurpose">
|
||||
<meta property="og:description" content="Email verification purpose: change login email">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -48,7 +42,8 @@ EmailVerifyPurpose">
|
|||
<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/emailVerifyPurposeLoginChange" >emailVerifyPurposeLoginChange</a></li></ul></div>
|
||||
<h1 id="dev_page_title">emailVerifyPurposeLoginChange</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Email verification purpose: change login email</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>emailVerifyPurposeLoginSetup</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
phone_number
|
||||
string
|
||||
|
||||
phone_code_hash
|
||||
string
|
||||
|
||||
Type
|
||||
EmailVerifyPurpose">
|
||||
<meta property="description" content="Email verification purpose: setup login email">
|
||||
<meta property="og:title" content="emailVerifyPurposeLoginSetup">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
phone_number
|
||||
string
|
||||
|
||||
phone_code_hash
|
||||
string
|
||||
|
||||
Type
|
||||
EmailVerifyPurpose">
|
||||
<meta property="og:description" content="Email verification purpose: setup login email">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -64,7 +42,8 @@ EmailVerifyPurpose">
|
|||
<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/emailVerifyPurposeLoginSetup" >emailVerifyPurposeLoginSetup</a></li></ul></div>
|
||||
<h1 id="dev_page_title">emailVerifyPurposeLoginSetup</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Email verification purpose: setup login email</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>emailVerifyPurposePassport</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
EmailVerifyPurpose">
|
||||
<meta property="description" content="Verify an email for use in telegram passport">
|
||||
<meta property="og:title" content="emailVerifyPurposePassport">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
EmailVerifyPurpose">
|
||||
<meta property="og:description" content="Verify an email for use in telegram passport">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -48,7 +42,8 @@ EmailVerifyPurpose">
|
|||
<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/emailVerifyPurposePassport" >emailVerifyPurposePassport</a></li></ul></div>
|
||||
<h1 id="dev_page_title">emailVerifyPurposePassport</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Verify an email for use in <a href="/api/passport">telegram passport</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -64,7 +59,10 @@ EmailVerifyPurpose">
|
|||
<h3><a class="anchor" href="#parameters" id="parameters" name="parameters"><i class="anchor-icon"></i></a>Parameters</h3>
|
||||
<p>This constructor does not require any parameters.</p>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/EmailVerifyPurpose">EmailVerifyPurpose</a></p></div>
|
||||
<p><a href="/type/EmailVerifyPurpose">EmailVerifyPurpose</a></p>
|
||||
<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="#telegram-passport" id="telegram-passport" name="telegram-passport"><i class="anchor-icon"></i></a><a href="/api/passport">Telegram passport</a></h4>
|
||||
<p>Client-side passport flow</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>emojiStatus</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
document_id
|
||||
long
|
||||
|
||||
Type
|
||||
EmojiStatus">
|
||||
<meta property="description" content="An emoji status">
|
||||
<meta property="og:title" content="emojiStatus">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
document_id
|
||||
long
|
||||
|
||||
Type
|
||||
EmojiStatus">
|
||||
<meta property="og:description" content="An emoji status">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +42,8 @@ EmojiStatus">
|
|||
<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/emojiStatus" >emojiStatus</a></li></ul></div>
|
||||
<h1 id="dev_page_title">emojiStatus</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>An <a href="/api/emoji-status">emoji status</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -84,12 +69,15 @@ EmojiStatus">
|
|||
<tr>
|
||||
<td><strong>document_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/custom-emoji">Custom emoji document ID</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/EmojiStatus">EmojiStatus</a></p></div>
|
||||
<p><a href="/type/EmojiStatus">EmojiStatus</a></p>
|
||||
<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="#custom-emojis" id="custom-emojis" name="custom-emojis"><i class="anchor-icon"></i></a><a href="/api/custom-emoji">Custom emojis</a></h4>
|
||||
<p>Telegram allows including animated and static custom emojis inside of messages.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>emojiStatusEmpty</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
EmojiStatus">
|
||||
<meta property="description" content="No emoji status is set">
|
||||
<meta property="og:title" content="emojiStatusEmpty">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
EmojiStatus">
|
||||
<meta property="og:description" content="No emoji status is set">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -48,7 +42,8 @@ EmojiStatus">
|
|||
<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/emojiStatusEmpty" >emojiStatusEmpty</a></li></ul></div>
|
||||
<h1 id="dev_page_title">emojiStatusEmpty</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>No emoji status is set</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>emojiStatusUntil</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
document_id
|
||||
long
|
||||
|
||||
until
|
||||
int
|
||||
|
||||
Type
|
||||
EmojiStatus">
|
||||
<meta property="description" content="An emoji status valid until the specified date">
|
||||
<meta property="og:title" content="emojiStatusUntil">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
document_id
|
||||
long
|
||||
|
||||
until
|
||||
int
|
||||
|
||||
Type
|
||||
EmojiStatus">
|
||||
<meta property="og:description" content="An emoji status valid until the specified date">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -64,7 +42,8 @@ EmojiStatus">
|
|||
<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/emojiStatusUntil" >emojiStatusUntil</a></li></ul></div>
|
||||
<h1 id="dev_page_title">emojiStatusUntil</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>An <a href="/api/emoji-status">emoji status</a> valid until the specified date</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -90,17 +69,20 @@ EmojiStatus">
|
|||
<tr>
|
||||
<td><strong>document_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/custom-emoji">Custom emoji document ID</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>until</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>This status is valid until this date</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/EmojiStatus">EmojiStatus</a></p></div>
|
||||
<p><a href="/type/EmojiStatus">EmojiStatus</a></p>
|
||||
<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="#custom-emojis" id="custom-emojis" name="custom-emojis"><i class="anchor-icon"></i></a><a href="/api/custom-emoji">Custom emojis</a></h4>
|
||||
<p>Telegram allows including animated and static custom emojis inside of messages.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<tr>
|
||||
<td><strong>period_options</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/PremiumSubscriptionOption">PremiumSubscriptionOption</a>></td>
|
||||
<td> </td>
|
||||
<td>Telegram Premium subscription options</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>users</strong></td>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>inputStickerSetEmojiDefaultStatuses</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
InputStickerSet">
|
||||
<meta property="description" content="Default custom emoji status stickerset">
|
||||
<meta property="og:title" content="inputStickerSetEmojiDefaultStatuses">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
InputStickerSet">
|
||||
<meta property="og:description" content="Default custom emoji status stickerset">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -48,7 +42,8 @@ InputStickerSet">
|
|||
<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/inputStickerSetEmojiDefaultStatuses" >inputStickerSetEmojiDefaultStatuses</a></li></ul></div>
|
||||
<h1 id="dev_page_title">inputStickerSetEmojiDefaultStatuses</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Default <a href="/api/emoji-status">custom emoji status</a> stickerset</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>inputStickerSetEmojiGenericAnimations</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
InputStickerSet">
|
||||
<meta property="description" content="Generic animation stickerset containing animations to play when reacting to messages using a normal emoji without a custom animation">
|
||||
<meta property="og:title" content="inputStickerSetEmojiGenericAnimations">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
InputStickerSet">
|
||||
<meta property="og:description" content="Generic animation stickerset containing animations to play when reacting to messages using a normal emoji without a custom animation">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -48,7 +42,8 @@ InputStickerSet">
|
|||
<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/inputStickerSetEmojiGenericAnimations" >inputStickerSetEmojiGenericAnimations</a></li></ul></div>
|
||||
<h1 id="dev_page_title">inputStickerSetEmojiGenericAnimations</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Generic animation stickerset containing animations to play when <a href="/api/reactions">reacting to messages using a normal emoji without a custom animation</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -64,7 +59,10 @@ InputStickerSet">
|
|||
<h3><a class="anchor" href="#parameters" id="parameters" name="parameters"><i class="anchor-icon"></i></a>Parameters</h3>
|
||||
<p>This constructor does not require any parameters.</p>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/InputStickerSet">InputStickerSet</a></p></div>
|
||||
<p><a href="/type/InputStickerSet">InputStickerSet</a></p>
|
||||
<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="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.reactions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
long
|
||||
|
||||
reactions
|
||||
Vector<Reaction>
|
||||
|
||||
Type
|
||||
messages.Reactions">
|
||||
<meta property="description" content="List of message reactions">
|
||||
<meta property="og:title" content="messages.reactions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
long
|
||||
|
||||
reactions
|
||||
Vector<Reaction>
|
||||
|
||||
Type
|
||||
messages.Reactions">
|
||||
<meta property="og:description" content="List of message reactions">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -64,7 +42,8 @@ messages.Reactions">
|
|||
<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/messages.reactions" >messages.reactions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.reactions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>List of <a href="/api/reactions">message reactions</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -90,17 +69,22 @@ messages.Reactions">
|
|||
<tr>
|
||||
<td><strong>hash</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/offsets#hash-generation">Hash for pagination, for more info click here</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>reactions</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/Reaction">Reaction</a>></td>
|
||||
<td> </td>
|
||||
<td>Reactions</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/messages.Reactions">messages.Reactions</a></p></div>
|
||||
<p><a href="/type/messages.Reactions">messages.Reactions</a></p>
|
||||
<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>
|
||||
<h4><a class="anchor" href="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.reactionsNotModified</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
messages.Reactions">
|
||||
<meta property="description" content="The server-side list of message reactions hasn't changed">
|
||||
<meta property="og:title" content="messages.reactionsNotModified">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
messages.Reactions">
|
||||
<meta property="og:description" content="The server-side list of message reactions hasn't changed">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -48,7 +42,8 @@ messages.Reactions">
|
|||
<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/messages.reactionsNotModified" >messages.reactionsNotModified</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.reactionsNotModified</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The server-side list of <a href="/api/reactions">message reactions</a> hasn't changed</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -64,7 +59,10 @@ messages.Reactions">
|
|||
<h3><a class="anchor" href="#parameters" id="parameters" name="parameters"><i class="anchor-icon"></i></a>Parameters</h3>
|
||||
<p>This constructor does not require any parameters.</p>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/messages.Reactions">messages.Reactions</a></p></div>
|
||||
<p><a href="/type/messages.Reactions">messages.Reactions</a></p>
|
||||
<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="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>premiumSubscriptionOption</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
current
|
||||
flags.1?true
|
||||
|
||||
can_purchase_upgrade
|
||||
flags.2?true…">
|
||||
<meta property="description" content="Describes a Telegram Premium subscription option">
|
||||
<meta property="og:title" content="premiumSubscriptionOption">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
current
|
||||
flags.1?true
|
||||
|
||||
can_purchase_upgrade
|
||||
flags.2?true…">
|
||||
<meta property="og:description" content="Describes a Telegram Premium subscription option">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -64,7 +42,8 @@ flags.2?true…">
|
|||
<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/premiumSubscriptionOption" >premiumSubscriptionOption</a></li></ul></div>
|
||||
<h1 id="dev_page_title">premiumSubscriptionOption</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Describes a Telegram Premium subscription option</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -105,32 +84,36 @@ flags.2?true…">
|
|||
<tr>
|
||||
<td><strong>months</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Duration of subscription in months</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>currency</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Three-letter ISO 4217 <a href="/bots/payments#supported-currencies">currency</a> code</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>amount</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>Total price in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href="/bots/payments/currencies.json">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>bot_url</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/links">Deep link</a> used to initiate payment</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>store_product</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Store product ID, only for official apps</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/PremiumSubscriptionOption">PremiumSubscriptionOption</a></p></div>
|
||||
<p><a href="/type/PremiumSubscriptionOption">PremiumSubscriptionOption</a></p>
|
||||
<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="#bot-payments-api" id="bot-payments-api" name="bot-payments-api"><i class="anchor-icon"></i></a><a href="/bots/payments">Bot Payments API</a></h4>
|
||||
<h4><a class="anchor" href="#deep-links" id="deep-links" name="deep-links"><i class="anchor-icon"></i></a><a href="/api/links">Deep links</a></h4>
|
||||
<p>Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>reactionCustomEmoji</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
document_id
|
||||
long
|
||||
|
||||
Type
|
||||
Reaction">
|
||||
<meta property="description" content="Custom emoji message reaction">
|
||||
<meta property="og:title" content="reactionCustomEmoji">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
document_id
|
||||
long
|
||||
|
||||
Type
|
||||
Reaction">
|
||||
<meta property="og:description" content="Custom emoji message reaction">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +42,8 @@ Reaction">
|
|||
<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/reactionCustomEmoji" >reactionCustomEmoji</a></li></ul></div>
|
||||
<h1 id="dev_page_title">reactionCustomEmoji</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p><a href="/api/custom-emoji">Custom emoji</a> message reaction</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -84,12 +69,15 @@ Reaction">
|
|||
<tr>
|
||||
<td><strong>document_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/custom-emoji">Custom emoji document ID</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/Reaction">Reaction</a></p></div>
|
||||
<p><a href="/type/Reaction">Reaction</a></p>
|
||||
<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="#custom-emojis" id="custom-emojis" name="custom-emojis"><i class="anchor-icon"></i></a><a href="/api/custom-emoji">Custom emojis</a></h4>
|
||||
<p>Telegram allows including animated and static custom emojis inside of messages.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>reactionEmoji</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
emoticon
|
||||
string
|
||||
|
||||
Type
|
||||
Reaction">
|
||||
<meta property="description" content="Normal emoji message reaction">
|
||||
<meta property="og:title" content="reactionEmoji">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
emoticon
|
||||
string
|
||||
|
||||
Type
|
||||
Reaction">
|
||||
<meta property="og:description" content="Normal emoji message reaction">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +42,8 @@ Reaction">
|
|||
<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/reactionEmoji" >reactionEmoji</a></li></ul></div>
|
||||
<h1 id="dev_page_title">reactionEmoji</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Normal emoji message reaction</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -84,7 +69,7 @@ Reaction">
|
|||
<tr>
|
||||
<td><strong>emoticon</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Emoji</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>reactionEmpty</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
Reaction">
|
||||
<meta property="description" content="No reaction">
|
||||
<meta property="og:title" content="reactionEmpty">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
Reaction">
|
||||
<meta property="og:description" content="No reaction">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -48,7 +42,8 @@ Reaction">
|
|||
<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/reactionEmpty" >reactionEmpty</a></li></ul></div>
|
||||
<h1 id="dev_page_title">reactionEmpty</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>No reaction</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,36 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>sendAsPeer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
premium_required
|
||||
flags.0?true
|
||||
|
||||
peer
|
||||
Peer
|
||||
|
||||
Type…">
|
||||
<meta property="description" content="Indicates a peer that can be used to send messages">
|
||||
<meta property="og:title" content="sendAsPeer">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
premium_required
|
||||
flags.0?true
|
||||
|
||||
peer
|
||||
Peer
|
||||
|
||||
Type…">
|
||||
<meta property="og:description" content="Indicates a peer that can be used to send messages">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -68,7 +42,8 @@ Type…">
|
|||
<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/sendAsPeer" >sendAsPeer</a></li></ul></div>
|
||||
<h1 id="dev_page_title">sendAsPeer</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Indicates a peer that can be used to send messages</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -99,12 +74,12 @@ Type…">
|
|||
<tr>
|
||||
<td><strong>premium_required</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether a Telegram Premium account is required to send messages as this peer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Peer">Peer</a></td>
|
||||
<td> </td>
|
||||
<td>Peer</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>updateRecentEmojiStatuses</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
Update">
|
||||
<meta property="description" content="The list of recent emoji statuses has changed">
|
||||
<meta property="og:title" content="updateRecentEmojiStatuses">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
Update">
|
||||
<meta property="og:description" content="The list of recent emoji statuses has changed">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -48,7 +42,8 @@ Update">
|
|||
<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/updateRecentEmojiStatuses" >updateRecentEmojiStatuses</a></li></ul></div>
|
||||
<h1 id="dev_page_title">updateRecentEmojiStatuses</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The list of recent <a href="/api/emoji-status">emoji statuses</a> has changed</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>updateRecentReactions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
Update">
|
||||
<meta property="description" content="The list of recent message reactions has changed">
|
||||
<meta property="og:title" content="updateRecentReactions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
Update">
|
||||
<meta property="og:description" content="The list of recent message reactions has changed">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -48,7 +42,8 @@ Update">
|
|||
<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/updateRecentReactions" >updateRecentReactions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">updateRecentReactions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The list of recent <a href="/api/reactions">message reactions</a> has changed</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -64,7 +59,10 @@ Update">
|
|||
<h3><a class="anchor" href="#parameters" id="parameters" name="parameters"><i class="anchor-icon"></i></a>Parameters</h3>
|
||||
<p>This constructor does not require any parameters.</p>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/Update">Update</a></p></div>
|
||||
<p><a href="/type/Update">Update</a></p>
|
||||
<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="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>updateUserEmojiStatus</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
user_id
|
||||
long
|
||||
|
||||
emoji_status
|
||||
EmojiStatus
|
||||
|
||||
Type
|
||||
Update">
|
||||
<meta property="description" content="The emoji status of a certain user has changed">
|
||||
<meta property="og:title" content="updateUserEmojiStatus">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
user_id
|
||||
long
|
||||
|
||||
emoji_status
|
||||
EmojiStatus
|
||||
|
||||
Type
|
||||
Update">
|
||||
<meta property="og:description" content="The emoji status of a certain user has changed">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -64,7 +42,8 @@ Update">
|
|||
<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/updateUserEmojiStatus" >updateUserEmojiStatus</a></li></ul></div>
|
||||
<h1 id="dev_page_title">updateUserEmojiStatus</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The <a href="/api/emoji-status">emoji status</a> of a certain user has changed</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -90,12 +69,12 @@ Update">
|
|||
<tr>
|
||||
<td><strong>user_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>User ID</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>emoji_status</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/EmojiStatus">EmojiStatus</a></td>
|
||||
<td> </td>
|
||||
<td>New <a href="/api/emoji-status">emoji status</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -224,7 +224,7 @@
|
|||
<tr>
|
||||
<td><strong>emoji_status</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.30?<a href="/type/EmojiStatus">EmojiStatus</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/emoji-status">Emoji status</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,18 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.clearRecentEmojiStatuses</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Result
|
||||
Bool
|
||||
Bots can use this method">
|
||||
<meta property="description" content="Clears list of recently used emoji statuses">
|
||||
<meta property="og:title" content="account.clearRecentEmojiStatuses">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Result
|
||||
Bool
|
||||
Bots can use this method">
|
||||
<meta property="og:description" content="Clears list of recently used emoji statuses">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -50,7 +42,8 @@ Bots can use this method">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/account.clearRecentEmojiStatuses" >account.clearRecentEmojiStatuses</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.clearRecentEmojiStatuses</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Clears list of recently used <a href="/api/emoji-status">emoji statuses</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,28 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.getDefaultEmojiStatuses</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
long
|
||||
|
||||
Result
|
||||
account.EmojiStatuses
|
||||
Bots can use this method">
|
||||
<meta property="description" content="Get a list of default suggested emoji statuses">
|
||||
<meta property="og:title" content="account.getDefaultEmojiStatuses">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
long
|
||||
|
||||
Result
|
||||
account.EmojiStatuses
|
||||
Bots can use this method">
|
||||
<meta property="og:description" content="Get a list of default suggested emoji statuses">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -60,7 +42,8 @@ Bots can use this method">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/account.getDefaultEmojiStatuses" >account.getDefaultEmojiStatuses</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.getDefaultEmojiStatuses</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Get a list of default suggested <a href="/api/emoji-status">emoji statuses</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -89,13 +72,16 @@ Bots can use this method">
|
|||
<tr>
|
||||
<td><strong>hash</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/offsets#hash-generation">Hash for pagination, for more info click here</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/account.EmojiStatuses">account.EmojiStatuses</a></p>
|
||||
<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>
|
||||
|
||||
|
|
|
@ -4,28 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.getRecentEmojiStatuses</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
long
|
||||
|
||||
Result
|
||||
account.EmojiStatuses
|
||||
Bots can use this method">
|
||||
<meta property="description" content="Get recently used emoji statuses">
|
||||
<meta property="og:title" content="account.getRecentEmojiStatuses">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
long
|
||||
|
||||
Result
|
||||
account.EmojiStatuses
|
||||
Bots can use this method">
|
||||
<meta property="og:description" content="Get recently used emoji statuses">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -60,7 +42,8 @@ Bots can use this method">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/account.getRecentEmojiStatuses" >account.getRecentEmojiStatuses</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.getRecentEmojiStatuses</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Get recently used <a href="/api/emoji-status">emoji statuses</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -89,13 +72,16 @@ Bots can use this method">
|
|||
<tr>
|
||||
<td><strong>hash</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/offsets#hash-generation">Hash for pagination, for more info click here</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/account.EmojiStatuses">account.EmojiStatuses</a></p>
|
||||
<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>
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.sendVerifyEmailCode</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Send the verification email code for telegram passport.">
|
||||
<meta property="description" content="Send an email verification code.">
|
||||
<meta property="og:title" content="account.sendVerifyEmailCode">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Send the verification email code for telegram passport.">
|
||||
<meta property="og:description" content="Send an email verification code.">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -42,7 +42,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/account.sendVerifyEmailCode" >account.sendVerifyEmailCode</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.sendVerifyEmailCode</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Send the verification email code for telegram <a href="/passport">passport</a>.</p>
|
||||
<div id="dev_page_content"><p>Send an email verification code.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -71,12 +71,12 @@
|
|||
<tr>
|
||||
<td><strong>purpose</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/EmailVerifyPurpose">EmailVerifyPurpose</a></td>
|
||||
<td> </td>
|
||||
<td>Verification purpose.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>email</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td>The email where to send the code</td>
|
||||
<td>The email where to send the code.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -98,9 +98,7 @@
|
|||
<td>The specified email is invalid.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#telegram-passport-manual" id="telegram-passport-manual" name="telegram-passport-manual"><i class="anchor-icon"></i></a><a href="/passport">Telegram Passport Manual</a></h4></div>
|
||||
</table></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,28 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.updateEmojiStatus</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
emoji_status
|
||||
EmojiStatus
|
||||
|
||||
Result
|
||||
Bool
|
||||
Bots can use this method">
|
||||
<meta property="description" content="Set an emoji status">
|
||||
<meta property="og:title" content="account.updateEmojiStatus">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
emoji_status
|
||||
EmojiStatus
|
||||
|
||||
Result
|
||||
Bool
|
||||
Bots can use this method">
|
||||
<meta property="og:description" content="Set an emoji status">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -60,7 +42,8 @@ Bots can use this method">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/account.updateEmojiStatus" >account.updateEmojiStatus</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.updateEmojiStatus</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Set an <a href="/api/emoji-status">emoji status</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -89,7 +72,7 @@ Bots can use this method">
|
|||
<tr>
|
||||
<td><strong>emoji_status</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/EmojiStatus">EmojiStatus</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/emoji-status">Emoji status</a> to set</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
<h4><a class="anchor" href="#two-factor-authentication" id="two-factor-authentication" name="two-factor-authentication"><i class="anchor-icon"></i></a><a href="/api/srp">Two-factor authentication</a></h4>
|
||||
<p>How to login to a user's account if they have enabled 2FA, how to change password.</p>
|
||||
<h4><a class="anchor" href="#accountverifyemail" id="accountverifyemail" name="accountverifyemail"><i class="anchor-icon"></i></a><a href="/method/account.verifyEmail">account.verifyEmail</a></h4>
|
||||
<p>Verify an email address for telegram <a href="/passport">passport</a>.</p></div>
|
||||
<p>Verify an email address.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.verifyEmail</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Verify an email address for telegram passport.">
|
||||
<meta property="description" content="Verify an email address.">
|
||||
<meta property="og:title" content="account.verifyEmail">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Verify an email address for telegram passport.">
|
||||
<meta property="og:description" content="Verify an email address.">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -42,7 +42,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/account.verifyEmail" >account.verifyEmail</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.verifyEmail</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Verify an email address for telegram <a href="/passport">passport</a>.</p>
|
||||
<div id="dev_page_content"><p>Verify an email address.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -72,12 +72,12 @@
|
|||
<tr>
|
||||
<td><strong>purpose</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/EmailVerifyPurpose">EmailVerifyPurpose</a></td>
|
||||
<td> </td>
|
||||
<td>Verification purpose</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>verification</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/EmailVerification">EmailVerification</a></td>
|
||||
<td> </td>
|
||||
<td>Email verification code or token</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -104,9 +104,7 @@
|
|||
<td>The verification email has expired.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#telegram-passport-manual" id="telegram-passport-manual" name="telegram-passport-manual"><i class="anchor-icon"></i></a><a href="/passport">Telegram Passport Manual</a></h4></div>
|
||||
</table></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
<tr>
|
||||
<td><strong>email_verification</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/EmailVerification">EmailVerification</a></td>
|
||||
<td> </td>
|
||||
<td>Email verification code or token</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,18 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.clearRecentReactions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Result
|
||||
Bool
|
||||
Bots can use this method">
|
||||
<meta property="description" content="Clear recently used message reactions">
|
||||
<meta property="og:title" content="messages.clearRecentReactions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Result
|
||||
Bool
|
||||
Bots can use this method">
|
||||
<meta property="og:description" content="Clear recently used message reactions">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -50,7 +42,8 @@ Bots can use this method">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/messages.clearRecentReactions" >messages.clearRecentReactions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.clearRecentReactions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Clear recently used <a href="/api/reactions">message reactions</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -70,7 +63,10 @@ Bots can use this method">
|
|||
<p>This constructor does not require any parameters.</p>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/Bool">Bool</a></p>
|
||||
<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="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,34 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.getRecentReactions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
limit
|
||||
int
|
||||
|
||||
hash
|
||||
long
|
||||
|
||||
Result
|
||||
messages.Reactions
|
||||
Bots can use this method">
|
||||
<meta property="description" content="Get recently used message reactions">
|
||||
<meta property="og:title" content="messages.getRecentReactions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
limit
|
||||
int
|
||||
|
||||
hash
|
||||
long
|
||||
|
||||
Result
|
||||
messages.Reactions
|
||||
Bots can use this method">
|
||||
<meta property="og:description" content="Get recently used message reactions">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -66,7 +42,8 @@ Bots can use this method">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/messages.getRecentReactions" >messages.getRecentReactions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.getRecentReactions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Get recently used <a href="/api/reactions">message reactions</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -95,18 +72,23 @@ Bots can use this method">
|
|||
<tr>
|
||||
<td><strong>limit</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Maximum number of results to return, <a href="/api/offsets">see pagination</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>hash</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/offsets#hash-generation">Hash for pagination, for more info click here</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/messages.Reactions">messages.Reactions</a></p>
|
||||
<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>
|
||||
<h4><a class="anchor" href="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,34 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.getTopReactions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
limit
|
||||
int
|
||||
|
||||
hash
|
||||
long
|
||||
|
||||
Result
|
||||
messages.Reactions
|
||||
Bots can use this method">
|
||||
<meta property="description" content="Got popular message reactions">
|
||||
<meta property="og:title" content="messages.getTopReactions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
limit
|
||||
int
|
||||
|
||||
hash
|
||||
long
|
||||
|
||||
Result
|
||||
messages.Reactions
|
||||
Bots can use this method">
|
||||
<meta property="og:description" content="Got popular message reactions">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -66,7 +42,8 @@ Bots can use this method">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/messages.getTopReactions" >messages.getTopReactions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.getTopReactions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Got popular <a href="/api/reactions">message reactions</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -95,18 +72,23 @@ Bots can use this method">
|
|||
<tr>
|
||||
<td><strong>limit</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Maximum number of results to return, <a href="/api/offsets">see pagination</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>hash</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/offsets#hash-generation">Hash for pagination, for more info click here</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/messages.Reactions">messages.Reactions</a></p>
|
||||
<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>
|
||||
<h4><a class="anchor" href="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,40 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.reportReaction</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
id
|
||||
int
|
||||
|
||||
reaction_peer
|
||||
InputPeer
|
||||
|
||||
Result
|
||||
Bool
|
||||
Bots can use this method">
|
||||
<meta property="description" content="Report a message reaction">
|
||||
<meta property="og:title" content="messages.reportReaction">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
id
|
||||
int
|
||||
|
||||
reaction_peer
|
||||
InputPeer
|
||||
|
||||
Result
|
||||
Bool
|
||||
Bots can use this method">
|
||||
<meta property="og:description" content="Report a message reaction">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -72,7 +42,8 @@ Bots can use this method">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/messages.reportReaction" >messages.reportReaction</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.reportReaction</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Report a <a href="/api/reactions">message reaction</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -101,23 +72,26 @@ Bots can use this method">
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Peer where the message was sent</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Message ID</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>reaction_peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Peer that sent the reaction</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/Bool">Bool</a></p>
|
||||
<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="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
<tr>
|
||||
<td><strong>platform</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Short name of the application; 0-64 English letters, digits, and underscores</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
<tr>
|
||||
<td><strong>platform</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Short name of the application; 0-64 English letters, digits, and underscores</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>reply_to_msg_id</strong></td>
|
||||
|
|
|
@ -318,6 +318,8 @@ Data must be in JSON format and not TL, as it has to be passed directly to the s
|
|||
<pre><code><a href='/constructor/securePlainPhone'>securePlainPhone</a>#7d6099dd phone:<a href='/type/string'>string</a> = <a href='/type/SecurePlainData'>SecurePlainData</a>;
|
||||
<a href='/constructor/securePlainEmail'>securePlainEmail</a>#21ec5a5f email:<a href='/type/string'>string</a> = <a href='/type/SecurePlainData'>SecurePlainData</a>;
|
||||
|
||||
<a href='/constructor/emailVerifyPurposePassport'>emailVerifyPurposePassport</a>#bbf51685 = <a href='/type/EmailVerifyPurpose'>EmailVerifyPurpose</a>;
|
||||
|
||||
---functions---
|
||||
|
||||
<a href='/method/account.sendVerifyPhoneCode'>account.sendVerifyPhoneCode</a>#a5a356f9 phone_number:<a href='/type/string'>string</a> settings:<a href='/type/CodeSettings'>CodeSettings</a> = <a href='/type/auth.SentCode'>auth.SentCode</a>;
|
||||
|
@ -339,7 +341,10 @@ To verify a phone number or email and use it in Telegram Passport, use the appro
|
|||
</ul>
|
||||
<p>The flow is similar to the one used for <a href="/api/auth">logging in</a>:</p>
|
||||
<ul>
|
||||
<li>Send email/phone code using the appropriate <code>account.sendVerify*Code</code> method</li>
|
||||
<li>Send email/phone code using the appropriate <code>account.sendVerify*Code</code> method<ul>
|
||||
<li>Make sure to pass <a href="/constructor/emailVerifyPurposePassport">emailVerifyPurposePassport</a> as verification purpose to <a href="/method/account.sendVerifyEmailCode">account.sendVerifyEmailCode</a>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Pass the received code to the appropriate <code>account.verify*</code> method</li>
|
||||
<li>Only for phone code verification, you can also resend/cancel the phone code using <a href="/method/auth.resendCode">auth.resendCode</a>/<a href="/method/auth.cancelCode">auth.cancelCode</a>, as for <a href="/api/auth">logging in</a>.</li>
|
||||
</ul>
|
||||
|
|
|
@ -695,19 +695,19 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.updateEmojiStatus">account.updateEmojiStatus</a></td>
|
||||
<td> </td>
|
||||
<td>Set an <a href="/api/emoji-status">emoji status</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.clearRecentEmojiStatuses">account.clearRecentEmojiStatuses</a></td>
|
||||
<td> </td>
|
||||
<td>Clears list of recently used <a href="/api/emoji-status">emoji statuses</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.reportReaction">messages.reportReaction</a></td>
|
||||
<td> </td>
|
||||
<td>Report a <a href="/api/reactions">message reaction</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.clearRecentReactions">messages.clearRecentReactions</a></td>
|
||||
<td> </td>
|
||||
<td>Clear recently used <a href="/api/reactions">message reactions</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>ChatReactions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
chatReactionsNone
|
||||
|
||||
chatReactionsAll
|
||||
|
||||
chatReactionsSome
|
||||
">
|
||||
<meta property="description" content="Available chat reactions">
|
||||
<meta property="og:title" content="ChatReactions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
chatReactionsNone
|
||||
|
||||
chatReactionsAll
|
||||
|
||||
chatReactionsSome
|
||||
">
|
||||
<meta property="og:description" content="Available chat reactions">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +42,8 @@ chatReactionsSome
|
|||
<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/ChatReactions" >ChatReactions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">ChatReactions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Available chat reactions</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -84,15 +69,15 @@ chatReactionsSome
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/chatReactionsNone">chatReactionsNone</a></td>
|
||||
<td> </td>
|
||||
<td>No reactions are allowed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/chatReactionsAll">chatReactionsAll</a></td>
|
||||
<td> </td>
|
||||
<td>All reactions or all non-custom reactions are allowed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/chatReactionsSome">chatReactionsSome</a></td>
|
||||
<td> </td>
|
||||
<td>Some reactions are allowed</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>EmailVerification</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
emailVerificationCode
|
||||
|
||||
emailVerificationGoogle
|
||||
|
||||
emailVerificationApple
|
||||
">
|
||||
<meta property="description" content="Email verification code or token">
|
||||
<meta property="og:title" content="EmailVerification">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
emailVerificationCode
|
||||
|
||||
emailVerificationGoogle
|
||||
|
||||
emailVerificationApple
|
||||
">
|
||||
<meta property="og:description" content="Email verification code or token">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +42,8 @@ emailVerificationApple
|
|||
<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/EmailVerification" >EmailVerification</a></li></ul></div>
|
||||
<h1 id="dev_page_title">EmailVerification</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Email verification code or token</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -84,15 +69,15 @@ emailVerificationApple
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/emailVerificationCode">emailVerificationCode</a></td>
|
||||
<td> </td>
|
||||
<td>Email verification code</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/emailVerificationGoogle">emailVerificationGoogle</a></td>
|
||||
<td> </td>
|
||||
<td>Google ID email verification token</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/emailVerificationApple">emailVerificationApple</a></td>
|
||||
<td> </td>
|
||||
<td>Apple ID email verification token</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -4,24 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>EmailVerifyPurpose</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
emailVerifyPurposeLoginSetup
|
||||
|
||||
emailVerifyPurposeLoginChange
|
||||
|
||||
emailVerifyPurposePassport…">
|
||||
<meta property="description" content="Email verification purpose">
|
||||
<meta property="og:title" content="EmailVerifyPurpose">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
emailVerifyPurposeLoginSetup
|
||||
|
||||
emailVerifyPurposeLoginChange
|
||||
|
||||
emailVerifyPurposePassport…">
|
||||
<meta property="og:description" content="Email verification purpose">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -56,7 +42,8 @@ emailVerifyPurposePassport…">
|
|||
<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/EmailVerifyPurpose" >EmailVerifyPurpose</a></li></ul></div>
|
||||
<h1 id="dev_page_title">EmailVerifyPurpose</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Email verification purpose</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -82,15 +69,15 @@ emailVerifyPurposePassport…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/emailVerifyPurposeLoginSetup">emailVerifyPurposeLoginSetup</a></td>
|
||||
<td> </td>
|
||||
<td>Email verification purpose: setup login email</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/emailVerifyPurposeLoginChange">emailVerifyPurposeLoginChange</a></td>
|
||||
<td> </td>
|
||||
<td>Email verification purpose: change login email</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/emailVerifyPurposePassport">emailVerifyPurposePassport</a></td>
|
||||
<td> </td>
|
||||
<td>Verify an email for use in <a href="/api/passport">telegram passport</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>EmojiStatus</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
emojiStatusEmpty
|
||||
|
||||
emojiStatus
|
||||
|
||||
emojiStatusUntil
|
||||
">
|
||||
<meta property="description" content="Emoji status">
|
||||
<meta property="og:title" content="EmojiStatus">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
emojiStatusEmpty
|
||||
|
||||
emojiStatus
|
||||
|
||||
emojiStatusUntil
|
||||
">
|
||||
<meta property="og:description" content="Emoji status">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +42,8 @@ emojiStatusUntil
|
|||
<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/EmojiStatus" >EmojiStatus</a></li></ul></div>
|
||||
<h1 id="dev_page_title">EmojiStatus</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p><a href="/api/emoji-status">Emoji status</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -84,15 +69,15 @@ emojiStatusUntil
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/emojiStatusEmpty">emojiStatusEmpty</a></td>
|
||||
<td> </td>
|
||||
<td>No emoji status is set</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/emojiStatus">emojiStatus</a></td>
|
||||
<td> </td>
|
||||
<td>An <a href="/api/emoji-status">emoji status</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/emojiStatusUntil">emojiStatusUntil</a></td>
|
||||
<td> </td>
|
||||
<td>An <a href="/api/emoji-status">emoji status</a> valid until the specified date</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -103,11 +103,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/inputStickerSetEmojiGenericAnimations">inputStickerSetEmojiGenericAnimations</a></td>
|
||||
<td> </td>
|
||||
<td>Generic animation stickerset containing animations to play when <a href="/api/reactions">reacting to messages using a normal emoji without a custom animation</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/inputStickerSetEmojiDefaultStatuses">inputStickerSetEmojiDefaultStatuses</a></td>
|
||||
<td> </td>
|
||||
<td>Default <a href="/api/emoji-status">custom emoji status</a> stickerset</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -4,18 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>PremiumSubscriptionOption</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
premiumSubscriptionOption
|
||||
">
|
||||
<meta property="description" content="Telegram Premium subscription option">
|
||||
<meta property="og:title" content="PremiumSubscriptionOption">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
premiumSubscriptionOption
|
||||
">
|
||||
<meta property="og:description" content="Telegram Premium subscription option">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -50,7 +42,8 @@ premiumSubscriptionOption
|
|||
<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/PremiumSubscriptionOption" >PremiumSubscriptionOption</a></li></ul></div>
|
||||
<h1 id="dev_page_title">PremiumSubscriptionOption</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Telegram Premium subscription option</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -74,7 +67,7 @@ premiumSubscriptionOption
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/premiumSubscriptionOption">premiumSubscriptionOption</a></td>
|
||||
<td> </td>
|
||||
<td>Describes a Telegram Premium subscription option</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Reaction</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
reactionEmpty
|
||||
|
||||
reactionEmoji
|
||||
|
||||
reactionCustomEmoji
|
||||
">
|
||||
<meta property="description" content="Message reaction">
|
||||
<meta property="og:title" content="Reaction">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
reactionEmpty
|
||||
|
||||
reactionEmoji
|
||||
|
||||
reactionCustomEmoji
|
||||
">
|
||||
<meta property="og:description" content="Message reaction">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -58,7 +42,8 @@ reactionCustomEmoji
|
|||
<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/Reaction" >Reaction</a></li></ul></div>
|
||||
<h1 id="dev_page_title">Reaction</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p><a href="/api/reactions">Message reaction</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -84,18 +69,21 @@ reactionCustomEmoji
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/reactionEmpty">reactionEmpty</a></td>
|
||||
<td> </td>
|
||||
<td>No reaction</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/reactionEmoji">reactionEmoji</a></td>
|
||||
<td> </td>
|
||||
<td>Normal emoji message reaction</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/reactionCustomEmoji">reactionCustomEmoji</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/custom-emoji">Custom emoji</a> message reaction</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,18 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>SendAsPeer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
sendAsPeer
|
||||
">
|
||||
<meta property="description" content="Indicates a peer that can be used to send messages">
|
||||
<meta property="og:title" content="SendAsPeer">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
sendAsPeer
|
||||
">
|
||||
<meta property="og:description" content="Indicates a peer that can be used to send messages">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -50,7 +42,8 @@ sendAsPeer
|
|||
<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/SendAsPeer" >SendAsPeer</a></li></ul></div>
|
||||
<h1 id="dev_page_title">SendAsPeer</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Indicates a peer that can be used to send messages</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -74,7 +67,7 @@ sendAsPeer
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/sendAsPeer">sendAsPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Indicates a peer that can be used to send messages<br></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -580,15 +580,15 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updateUserEmojiStatus">updateUserEmojiStatus</a></td>
|
||||
<td> </td>
|
||||
<td>The <a href="/api/emoji-status">emoji status</a> of a certain user has changed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updateRecentEmojiStatuses">updateRecentEmojiStatuses</a></td>
|
||||
<td> </td>
|
||||
<td>The list of recent <a href="/api/emoji-status">emoji statuses</a> has changed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updateRecentReactions">updateRecentReactions</a></td>
|
||||
<td> </td>
|
||||
<td>The list of recent <a href="/api/reactions">message reactions</a> has changed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updateMoveStickerSetToTop">updateMoveStickerSetToTop</a></td>
|
||||
|
|
|
@ -4,30 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.EmailVerified</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
account.emailVerified
|
||||
|
||||
account.emailVerifiedLogin
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
a…">
|
||||
<meta property="description" content="Email verification status">
|
||||
<meta property="og:title" content="account.EmailVerified">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
account.emailVerified
|
||||
|
||||
account.emailVerifiedLogin
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
a…">
|
||||
<meta property="og:description" content="Email verification status">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -62,7 +42,8 @@ a…">
|
|||
<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/account.EmailVerified" >account.EmailVerified</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.EmailVerified</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Email verification status</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -91,11 +72,11 @@ a…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/account.emailVerified">account.emailVerified</a></td>
|
||||
<td> </td>
|
||||
<td>The email was verified correctly.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/account.emailVerifiedLogin">account.emailVerifiedLogin</a></td>
|
||||
<td> </td>
|
||||
<td>The email was verified correctly, and a login code was just sent to it.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -110,7 +91,7 @@ a…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/account.verifyEmail">account.verifyEmail</a></td>
|
||||
<td>Verify an email address for telegram <a href="/passport">passport</a>.</td>
|
||||
<td>Verify an email address.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -4,28 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.EmojiStatuses</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
account.emojiStatusesNotModified
|
||||
|
||||
account.emojiStatuses
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description…">
|
||||
<meta property="description" content="A list of emoji statuses">
|
||||
<meta property="og:title" content="account.EmojiStatuses">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
account.emojiStatusesNotModified
|
||||
|
||||
account.emojiStatuses
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description…">
|
||||
<meta property="og:description" content="A list of emoji statuses">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -60,7 +42,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/account.EmojiStatuses" >account.EmojiStatuses</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.EmojiStatuses</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>A list of <a href="/api/emoji-status">emoji statuses</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -90,11 +73,11 @@ Description…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/account.emojiStatusesNotModified">account.emojiStatusesNotModified</a></td>
|
||||
<td> </td>
|
||||
<td>The server-side list of <a href="/api/emoji-status">emoji statuses</a> hasn't changed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/account.emojiStatuses">account.emojiStatuses</a></td>
|
||||
<td> </td>
|
||||
<td>A list of <a href="/api/emoji-status">emoji statuses</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -109,11 +92,11 @@ Description…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/account.getDefaultEmojiStatuses">account.getDefaultEmojiStatuses</a></td>
|
||||
<td> </td>
|
||||
<td>Get a list of default suggested <a href="/api/emoji-status">emoji statuses</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.getRecentEmojiStatuses">account.getRecentEmojiStatuses</a></td>
|
||||
<td> </td>
|
||||
<td>Get recently used <a href="/api/emoji-status">emoji statuses</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/account.sendVerifyEmailCode">account.sendVerifyEmailCode</a></td>
|
||||
<td>Send the verification email code for telegram <a href="/passport">passport</a>.</td>
|
||||
<td>Send an email verification code.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -93,11 +93,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/auth.sentCodeTypeEmailCode">auth.sentCodeTypeEmailCode</a></td>
|
||||
<td> </td>
|
||||
<td>The code was sent via email</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/auth.sentCodeTypeSetUpEmailRequired">auth.sentCodeTypeSetUpEmailRequired</a></td>
|
||||
<td> </td>
|
||||
<td>The user should add and verify an email address in order to login</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -4,30 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.Reactions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.reactionsNotModified
|
||||
|
||||
messages.reactions
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
m…">
|
||||
<meta property="description" content="A set of message reactions">
|
||||
<meta property="og:title" content="messages.Reactions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.reactionsNotModified
|
||||
|
||||
messages.reactions
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
m…">
|
||||
<meta property="og:description" content="A set of message reactions">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -62,7 +42,8 @@ m…">
|
|||
<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.Reactions" >messages.Reactions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.Reactions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>A set of <a href="/api/reactions">message reactions</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 145 <b class="caret"></b></a>
|
||||
|
@ -92,11 +73,11 @@ m…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.reactionsNotModified">messages.reactionsNotModified</a></td>
|
||||
<td> </td>
|
||||
<td>The server-side list of <a href="/api/reactions">message reactions</a> hasn't changed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.reactions">messages.reactions</a></td>
|
||||
<td> </td>
|
||||
<td>List of <a href="/api/reactions">message reactions</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -111,14 +92,17 @@ m…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getTopReactions">messages.getTopReactions</a></td>
|
||||
<td> </td>
|
||||
<td>Got popular <a href="/api/reactions">message reactions</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getRecentReactions">messages.getRecentReactions</a></td>
|
||||
<td> </td>
|
||||
<td>Get recently used <a href="/api/reactions">message reactions</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -6,6 +6,13 @@
|
|||
<item>
|
||||
<title>Telegram macOS</title>
|
||||
<description>INFINITE REACTIONS, EMOJI STATUSES AND MUCH MORE<br><br>Infinite Reactions<br>• A new expandable reaction menu was added in private chats and groups.<br>• All users get access to dozens of new reactions, including reactions previously reserved for Premium users.<br>• The reactions you use most frequently will always be displayed at the top.<br>• Premium users can react to messages with thousands of custom emoji and add up to 3 reactions to each message.<br><br>Reaction Management<br>• Group admins can control whether custom reactions are allowed in their groups.<br>• We've added an option to report spam when opening a user's profile from a reaction. (Internet rule number N: if something exists, sooner or later, it will be used for spam).<br><br>Premium: Emoji Statuses<br>• Premium users can add an animated emoji status next to their name to display their current activity.<br>• To set a status, tap your Premium badge in the chat list or Settings.<br>• Popular suggestions for working, sleeping, traveling and more will be shown at the top.<br>• To set a status for a specific duration like 1 hour or 2 days, press and hold the emoji.<br><br>New Username Links<br>• A new format was supported for username links, in addition to "t.me/username." You can now open Telegram accounts, groups or channels using links like "username.t.me" or "https://username.t.me."<br></description>
|
||||
<pubDate>2022-24-09 13:32:29</pubDate>
|
||||
<enclosure sparkle:version="237027" sparkle:shortVersionString="9.0.1" sparkle:dsaSignature="MC4CFQCTqbGNsbIplbjiK0C+R4VCeTPP7gIVAJ7kT8up2Ib4Idm45fVmSDgQGd00" url="https://osx.telegram.org/updates/Telegram-9.0.1.237027.app.zip" length="83295668" forbidden="false" critical="false" environment="updates" fileName="Telegram-9.0.1.237027.app.zip" internalUrl="https://t.me/macos_stable_updates_files/150" dmgName="Telegram-9.0.1.237027.dmg" type="application/octet-stream"/>
|
||||
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
|
||||
</item>
|
||||
<item>
|
||||
<title>Telegram macOS</title>
|
||||
<description>INFINITE REACTIONS, EMOJI STATUSES AND MUCH MORE<br><br>Infinite Reactions<br>• A new expandable reaction menu was added in private chats and groups.<br>• All users get access to dozens of new reactions, including reactions previously reserved for Premium users.<br>• The reactions you use most frequently will always be displayed at the top.<br>• Premium users can react to messages with thousands of custom emoji and add up to 3 reactions to each message.<br><br>Reaction Management<br>• Group admins can control whether custom reactions are allowed in their groups.<br>• We've added an option to report spam when opening a user's profile from a reaction. (Internet rule number N: if something exists, sooner or later, it will be used for spam).<br><br>Premium: Emoji Statuses<br>• Premium users can add an animated emoji status next to their name to display their current activity.<br>• To set a status, tap your Premium badge in the chat list or Settings.<br>• Popular suggestions for working, sleeping, traveling and more will be shown at the top.<br>• To set a status for a specific duration like 1 hour or 2 days, press and hold the emoji.<br><br>New Username Links<br>• A new format was supported for username links, in addition to "t.me/username." You can now open Telegram accounts, groups or channels using links like "username.t.me" or "https://username.t.me."<br></description>
|
||||
<pubDate>2022-21-09 11:11:49</pubDate>
|
||||
<enclosure sparkle:version="236872" sparkle:shortVersionString="9.0.1" sparkle:dsaSignature="MC0CFGbh2EUnDXNIaeYQPcFkrQFN7tqQAhUAv1mdqJiAJsAyaBdFZBkLZrGwiJ0=" url="https://osx.telegram.org/updates/Telegram-9.0.1.236872.app.zip" length="83275304" forbidden="false" critical="false" environment="updates" fileName="Telegram-9.0.1.236872.app.zip" internalUrl="https://t.me/macos_stable_updates_files/149" dmgName="Telegram-9.0.1.236872.dmg" type="application/octet-stream"/>
|
||||
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
|
||||
|
|
Loading…
Reference in a new issue