mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 07:52:37 +01:00
Update content of files
This commit is contained in:
parent
cba53ee242
commit
1eadd4c81e
14 changed files with 73 additions and 100 deletions
|
@ -42,7 +42,9 @@
|
|||
<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="/api/entities" >Styled text with message entities</a></li></ul></div>
|
||||
<h1 id="dev_page_title">Styled text with message entities</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Telegram supports styled text using <a href="/type/MessageEntity">message entities</a>.</p>
|
||||
<div id="dev_page_content"><!-- scroll_nav -->
|
||||
|
||||
<p>Telegram supports styled text using <a href="/type/MessageEntity">message entities</a>.</p>
|
||||
<p>A client that wants to send styled messages would simply have to integrate a <a href="https://en.wikipedia.org/wiki/Markdown">Markdown</a>/<a href="https://en.wikipedia.org/wiki/HTML">HTML</a> parser, and generate an array of message entities by iterating through the parsed tags. </p>
|
||||
<p>Nested entities are supported.</p>
|
||||
<h3><a class="anchor" href="#entity-length" id="entity-length" name="entity-length"><i class="anchor-icon"></i></a>Entity length</h3>
|
||||
|
@ -171,8 +173,11 @@ code
|
|||
</div>
|
||||
</div>
|
||||
<script src="/js/main.js?46"></script>
|
||||
|
||||
<script>backToTopInit("Go up");
|
||||
<script src="/js/jquery.min.js?1"></script>
|
||||
<script src="/js/bootstrap.min.js?1"></script>
|
||||
|
||||
<script>window.initDevPageNav&&initDevPageNav();
|
||||
backToTopInit("Go up");
|
||||
removePreloadInit();
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
@ -144,11 +144,11 @@ Layer…">
|
|||
</ul>
|
||||
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
|
||||
<ul>
|
||||
<li>Added <a href="/constructor/attachMenuPeerTypeSameBotPM">attachMenuPeerTypeSameBotPM</a> - </li>
|
||||
<li>Added <a href="/constructor/attachMenuPeerTypeBotPM">attachMenuPeerTypeBotPM</a> - </li>
|
||||
<li>Added <a href="/constructor/attachMenuPeerTypePM">attachMenuPeerTypePM</a> - </li>
|
||||
<li>Added <a href="/constructor/attachMenuPeerTypeChat">attachMenuPeerTypeChat</a> - </li>
|
||||
<li>Added <a href="/constructor/attachMenuPeerTypeBroadcast">attachMenuPeerTypeBroadcast</a> - </li>
|
||||
<li>Added <a href="/constructor/attachMenuPeerTypeSameBotPM">attachMenuPeerTypeSameBotPM</a> - The bot attachment menu entry is available in the chat with the bot that offers it</li>
|
||||
<li>Added <a href="/constructor/attachMenuPeerTypeBotPM">attachMenuPeerTypeBotPM</a> - The bot attachment menu entry is available in private chats with other bots</li>
|
||||
<li>Added <a href="/constructor/attachMenuPeerTypePM">attachMenuPeerTypePM</a> - The bot attachment menu entry is available in private chats with other users</li>
|
||||
<li>Added <a href="/constructor/attachMenuPeerTypeChat">attachMenuPeerTypeChat</a> - The bot attachment menu entry is available in <a href="/api/channel">groups and supergroups</a></li>
|
||||
<li>Added <a href="/constructor/attachMenuPeerTypeBroadcast">attachMenuPeerTypeBroadcast</a> - The bot attachment menu entry is available in channels</li>
|
||||
<li>Added <a href="/constructor/chatInvitePublicJoinRequests">chatInvitePublicJoinRequests</a> - </li>
|
||||
<li>Added <a href="/constructor/inputInvoiceMessage">inputInvoiceMessage</a> - </li>
|
||||
<li>Added <a href="/constructor/inputInvoiceSlug">inputInvoiceSlug</a> - </li>
|
||||
|
@ -156,7 +156,7 @@ Layer…">
|
|||
<li>Added <a href="/constructor/updateTranscribedAudio">updateTranscribedAudio</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.transcribedAudio">messages.transcribedAudio</a> - </li>
|
||||
<li>Added <a href="/constructor/dialogFilterDefault">dialogFilterDefault</a> - </li>
|
||||
<li>Added <a href="/constructor/help.premiumPromo">help.premiumPromo</a> - </li>
|
||||
<li>Added <a href="/constructor/help.premiumPromo">help.premiumPromo</a> - Telegram Premium promotion information</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
|
||||
<ul>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>attachMenuPeerTypeBotPM</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
|
||||
AttachMenuPeerType">
|
||||
<meta property="description" content="The bot attachment menu entry is available in private chats with other bots">
|
||||
<meta property="og:title" content="attachMenuPeerTypeBotPM">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
AttachMenuPeerType">
|
||||
<meta property="og:description" content="The bot attachment menu entry is available in private chats with other bots">
|
||||
<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 @@ AttachMenuPeerType">
|
|||
<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/attachMenuPeerTypeBotPM" >attachMenuPeerTypeBotPM</a></li></ul></div>
|
||||
<h1 id="dev_page_title">attachMenuPeerTypeBotPM</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The bot attachment menu entry is available in private chats with other bots</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 144 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>attachMenuPeerTypeBroadcast</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
|
||||
AttachMenuPeerType">
|
||||
<meta property="description" content="The bot attachment menu entry is available in channels">
|
||||
<meta property="og:title" content="attachMenuPeerTypeBroadcast">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
AttachMenuPeerType">
|
||||
<meta property="og:description" content="The bot attachment menu entry is available in channels">
|
||||
<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 @@ AttachMenuPeerType">
|
|||
<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/attachMenuPeerTypeBroadcast" >attachMenuPeerTypeBroadcast</a></li></ul></div>
|
||||
<h1 id="dev_page_title">attachMenuPeerTypeBroadcast</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The bot attachment menu entry is available in channels</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 144 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>attachMenuPeerTypeChat</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
|
||||
AttachMenuPeerType">
|
||||
<meta property="description" content="The bot attachment menu entry is available in groups and supergroups">
|
||||
<meta property="og:title" content="attachMenuPeerTypeChat">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
AttachMenuPeerType">
|
||||
<meta property="og:description" content="The bot attachment menu entry is available in groups and supergroups">
|
||||
<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 @@ AttachMenuPeerType">
|
|||
<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/attachMenuPeerTypeChat" >attachMenuPeerTypeChat</a></li></ul></div>
|
||||
<h1 id="dev_page_title">attachMenuPeerTypeChat</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The bot attachment menu entry is available in <a href="/api/channel">groups and supergroups</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 144 <b class="caret"></b></a>
|
||||
|
@ -64,7 +59,10 @@ AttachMenuPeerType">
|
|||
<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/AttachMenuPeerType">AttachMenuPeerType</a></p></div>
|
||||
<p><a href="/type/AttachMenuPeerType">AttachMenuPeerType</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="#channels-supergroups-gigagroups-and-basic-groups" id="channels-supergroups-gigagroups-and-basic-groups" name="channels-supergroups-gigagroups-and-basic-groups"><i class="anchor-icon"></i></a><a href="/api/channel">Channels, supergroups, gigagroups and basic groups</a></h4>
|
||||
<p>How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>attachMenuPeerTypePM</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
|
||||
AttachMenuPeerType">
|
||||
<meta property="description" content="The bot attachment menu entry is available in private chats with other users">
|
||||
<meta property="og:title" content="attachMenuPeerTypePM">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
AttachMenuPeerType">
|
||||
<meta property="og:description" content="The bot attachment menu entry is available in private chats with other users">
|
||||
<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 @@ AttachMenuPeerType">
|
|||
<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/attachMenuPeerTypePM" >attachMenuPeerTypePM</a></li></ul></div>
|
||||
<h1 id="dev_page_title">attachMenuPeerTypePM</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The bot attachment menu entry is available in private chats with other users</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 144 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>attachMenuPeerTypeSameBotPM</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
|
||||
AttachMenuPeerType">
|
||||
<meta property="description" content="The bot attachment menu entry is available in the chat with the bot that offers it">
|
||||
<meta property="og:title" content="attachMenuPeerTypeSameBotPM">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
AttachMenuPeerType">
|
||||
<meta property="og:description" content="The bot attachment menu entry is available in the chat with the bot that offers 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">
|
||||
|
@ -48,7 +42,8 @@ AttachMenuPeerType">
|
|||
<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/attachMenuPeerTypeSameBotPM" >attachMenuPeerTypeSameBotPM</a></li></ul></div>
|
||||
<h1 id="dev_page_title">attachMenuPeerTypeSameBotPM</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The bot attachment menu entry is available in the chat with the bot that offers 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 144 <b class="caret"></b></a>
|
||||
|
|
|
@ -114,12 +114,12 @@
|
|||
<tr>
|
||||
<td><strong>flags2</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/%23">#</a></td>
|
||||
<td> </td>
|
||||
<td>Flags, see <a href="/mtproto/TL-combinators#conditional-fields">TL conditional fields</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>can_delete_channel</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags2</a>.0?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Can we delete this channel?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>id</strong></td>
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
<tr>
|
||||
<td><strong>force_try_ipv6</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.14?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether to forcefully try connecting using IPv6 <a href="/type/DcOption">dcOptions</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>date</strong></td>
|
||||
|
@ -340,6 +340,8 @@
|
|||
<p>How to create styled text with message entities</p>
|
||||
<h4><a class="anchor" href="#perfect-forward-secrecy" id="perfect-forward-secrecy" name="perfect-forward-secrecy"><i class="anchor-icon"></i></a><a href="/api/pfs">Perfect Forward Secrecy</a></h4>
|
||||
<p>Binding temporary authorization key to permanent ones.</p>
|
||||
<h4><a class="anchor" href="#dcoption" id="dcoption" name="dcoption"><i class="anchor-icon"></i></a><a href="/type/DcOption">DcOption</a></h4>
|
||||
<p>Information for connection to data center.</p>
|
||||
<h4><a class="anchor" href="#helpgetconfig" id="helpgetconfig" name="helpgetconfig"><i class="anchor-icon"></i></a><a href="/method/help.getConfig">help.getConfig</a></h4>
|
||||
<p>Returns current configuration, including data center configuration.</p>
|
||||
<h4><a class="anchor" href="#channels-supergroups-gigagroups-and-basic-groups" id="channels-supergroups-gigagroups-and-basic-groups" name="channels-supergroups-gigagroups-and-basic-groups"><i class="anchor-icon"></i></a><a href="/api/channel">Channels, supergroups, gigagroups and basic groups</a></h4>
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>help.premiumPromo</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
status_text
|
||||
string
|
||||
|
||||
status_entities
|
||||
Vector<MessageEntity>
|
||||
|
||||
video_sections
|
||||
Vector<string>…">
|
||||
<meta property="description" content="Telegram Premium promotion information">
|
||||
<meta property="og:title" content="help.premiumPromo">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
status_text
|
||||
string
|
||||
|
||||
status_entities
|
||||
Vector<MessageEntity>
|
||||
|
||||
video_sections
|
||||
Vector<string>…">
|
||||
<meta property="og:description" content="Telegram Premium promotion information">
|
||||
<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 @@ Vector<string>…">
|
|||
<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/help.premiumPromo" >help.premiumPromo</a></li></ul></div>
|
||||
<h1 id="dev_page_title">help.premiumPromo</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Telegram Premium promotion information</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 144 <b class="caret"></b></a>
|
||||
|
@ -90,12 +69,12 @@ Vector<string>…">
|
|||
<tr>
|
||||
<td><strong>status_text</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Description of the current state of the user's Telegram Premium subscription</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>status_entities</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/MessageEntity">MessageEntity</a>></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/entities">Message entities for styled text</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>video_sections</strong></td>
|
||||
|
@ -125,7 +104,10 @@ Vector<string>…">
|
|||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/help.PremiumPromo">help.PremiumPromo</a></p></div>
|
||||
<p><a href="/type/help.PremiumPromo">help.PremiumPromo</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="#styled-text-with-message-entities" id="styled-text-with-message-entities" name="styled-text-with-message-entities"><i class="anchor-icon"></i></a><a href="/api/entities">Styled text with message entities</a></h4>
|
||||
<p>How to create styled text with message entities</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -71,23 +71,23 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/attachMenuPeerTypeSameBotPM">attachMenuPeerTypeSameBotPM</a></td>
|
||||
<td> </td>
|
||||
<td>The bot attachment menu entry is available in the chat with the bot that offers it</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/attachMenuPeerTypeBotPM">attachMenuPeerTypeBotPM</a></td>
|
||||
<td> </td>
|
||||
<td>The bot attachment menu entry is available in private chats with other bots</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/attachMenuPeerTypePM">attachMenuPeerTypePM</a></td>
|
||||
<td> </td>
|
||||
<td>The bot attachment menu entry is available in private chats with other users</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/attachMenuPeerTypeChat">attachMenuPeerTypeChat</a></td>
|
||||
<td> </td>
|
||||
<td>The bot attachment menu entry is available in <a href="/api/channel">groups and supergroups</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/attachMenuPeerTypeBroadcast">attachMenuPeerTypeBroadcast</a></td>
|
||||
<td> </td>
|
||||
<td>The bot attachment menu entry is available in channels</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>DialogFilter</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Dialog filter (folders)">
|
||||
<meta property="description" content="Dialog filter (folder »)">
|
||||
<meta property="og:title" content="DialogFilter">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Dialog filter (folders)">
|
||||
<meta property="og:description" content="Dialog filter (folder »)">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -42,7 +42,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/DialogFilter" >DialogFilter</a></li></ul></div>
|
||||
<h1 id="dev_page_title">DialogFilter</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Dialog filter (folders)</p>
|
||||
<div id="dev_page_content"><p>Dialog filter (<a href="/api/folders">folder »</a>)</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -75,7 +75,10 @@
|
|||
<td> </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="#folders" id="folders" name="folders"><i class="anchor-icon"></i></a><a href="/api/folders">Folders</a></h4>
|
||||
<p>Telegram allows placing chats into folders, based on their type, mute status, or other custom criteria, thanks to folder blacklists and whitelists.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>DialogFilterSuggested</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Suggested dialog filters (folders)">
|
||||
<meta property="description" content="Suggested dialog filters (folder »)">
|
||||
<meta property="og:title" content="DialogFilterSuggested">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Suggested dialog filters (folders)">
|
||||
<meta property="og:description" content="Suggested dialog filters (folder »)">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -42,7 +42,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/DialogFilterSuggested" >DialogFilterSuggested</a></li></ul></div>
|
||||
<h1 id="dev_page_title">DialogFilterSuggested</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Suggested dialog filters (folders)</p>
|
||||
<div id="dev_page_content"><p>Suggested dialog filters (<a href="/api/folders">folder »</a>)</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -70,7 +70,10 @@
|
|||
<td>Suggested folders</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="#folders" id="folders" name="folders"><i class="anchor-icon"></i></a><a href="/api/folders">Folders</a></h4>
|
||||
<p>Telegram allows placing chats into folders, based on their type, mute status, or other custom criteria, thanks to folder blacklists and whitelists.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/help.premiumPromo">help.premiumPromo</a></td>
|
||||
<td> </td>
|
||||
<td>Telegram Premium promotion information</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue