mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
Update content of files
This commit is contained in:
parent
3aa262d129
commit
fefc84a0f6
21 changed files with 141 additions and 346 deletions
|
@ -101,6 +101,7 @@ This info will be contained in <a href="/constructor/userFull">userFull</a>.<cod
|
|||
<h4><a class="anchor" href="#helpgettimezoneslist" id="helpgettimezoneslist" name="helpgettimezoneslist"><i class="anchor-icon"></i></a><a href="/method/help.getTimezonesList">help.getTimezonesList</a></h4>
|
||||
<p>Returns timezone information that may be used elsewhere in the API, such as to set <a href="/api/business#opening-hours">Telegram Business opening hours »</a>.</p>
|
||||
<h4><a class="anchor" href="#timezone" id="timezone" name="timezone"><i class="anchor-icon"></i></a><a href="/constructor/timezone">timezone</a></h4>
|
||||
<p>Timezone information.</p>
|
||||
<h4><a class="anchor" href="#businessweeklyopen" id="businessweeklyopen" name="businessweeklyopen"><i class="anchor-icon"></i></a><a href="/constructor/businessWeeklyOpen">businessWeeklyOpen</a></h4>
|
||||
<p>A time interval, indicating the opening hours of a business.</p>
|
||||
<p>Note that opening hours specified by the user must be appropriately validated and transformed before uploading them to the server, as specified <a href="/api/business#opening-hours">here »</a>.</p>
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.invitedUsers</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
updates
|
||||
Updates
|
||||
|
||||
missing_invitees
|
||||
Vector<MissingInvitee>
|
||||
|
||||
Type
|
||||
messages.InvitedUsers">
|
||||
<meta property="description" content="Contains info about successfully or unsuccessfully invited » users.">
|
||||
<meta property="og:title" content="messages.invitedUsers">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
updates
|
||||
Updates
|
||||
|
||||
missing_invitees
|
||||
Vector<MissingInvitee>
|
||||
|
||||
Type
|
||||
messages.InvitedUsers">
|
||||
<meta property="og:description" content="Contains info about successfully or unsuccessfully invited » 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">
|
||||
|
@ -64,7 +42,8 @@ messages.InvitedUsers">
|
|||
<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.invitedUsers" >messages.invitedUsers</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.invitedUsers</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Contains info about successfully or unsuccessfully <a href="/api/invites#direct-invites">invited »</a> 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 181 <b class="caret"></b></a>
|
||||
|
@ -90,17 +69,20 @@ messages.InvitedUsers">
|
|||
<tr>
|
||||
<td><strong>updates</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Updates">Updates</a></td>
|
||||
<td> </td>
|
||||
<td>List of updates about successfully invited users (and eventually info about the created group)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>missing_invitees</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/MissingInvitee">MissingInvitee</a>></td>
|
||||
<td> </td>
|
||||
<td>A list of users that could not be invited, along with the reason why they couldn't be invited.</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.InvitedUsers">messages.InvitedUsers</a></p></div>
|
||||
<p><a href="/type/messages.InvitedUsers">messages.InvitedUsers</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="#invites" id="invites" name="invites"><i class="anchor-icon"></i></a><a href="/api/invites">Invites</a></h4>
|
||||
<p>Chats and channels may have a public username or a private invite link: private invite links may be further enhanced with per-user join requests.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,36 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.quickReplies</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
quick_replies
|
||||
Vector<QuickReply>
|
||||
|
||||
messages
|
||||
Vector<Message>
|
||||
|
||||
chats
|
||||
Vector<Chat>
|
||||
|
||||
users…">
|
||||
<meta property="description" content="Info about quick reply shortcuts ».">
|
||||
<meta property="og:title" content="messages.quickReplies">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
quick_replies
|
||||
Vector<QuickReply>
|
||||
|
||||
messages
|
||||
Vector<Message>
|
||||
|
||||
chats
|
||||
Vector<Chat>
|
||||
|
||||
users…">
|
||||
<meta property="og:description" content="Info about quick reply shortcuts ».">
|
||||
<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 @@ users…">
|
|||
<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.quickReplies" >messages.quickReplies</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.quickReplies</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about <a href="/api/business#quick-reply-shortcuts">quick reply shortcuts »</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 181 <b class="caret"></b></a>
|
||||
|
@ -94,27 +69,30 @@ users…">
|
|||
<tr>
|
||||
<td><strong>quick_replies</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/QuickReply">QuickReply</a>></td>
|
||||
<td> </td>
|
||||
<td>Quick reply shortcuts.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>messages</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/Message">Message</a>></td>
|
||||
<td> </td>
|
||||
<td>Messages mentioned in <code>quick_replies</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>chats</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/Chat">Chat</a>></td>
|
||||
<td> </td>
|
||||
<td>Mentioned chats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>users</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/User">User</a>></td>
|
||||
<td> </td>
|
||||
<td>Mentioned users</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.QuickReplies">messages.QuickReplies</a></p></div>
|
||||
<p><a href="/type/messages.QuickReplies">messages.QuickReplies</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="#business" id="business" name="business"><i class="anchor-icon"></i></a><a href="/api/business">Business</a></h4>
|
||||
<p>Users can turn their Telegram account into a business account, gaining access to business features such as opening hours, location, quick replies, automated messages, custom start page, chatbot support, and more.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.quickRepliesNotModified</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.QuickReplies">
|
||||
<meta property="description" content="Info about quick reply shortcuts » hasn't changed.">
|
||||
<meta property="og:title" content="messages.quickRepliesNotModified">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
messages.QuickReplies">
|
||||
<meta property="og:description" content="Info about quick reply shortcuts » 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.QuickReplies">
|
|||
<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.quickRepliesNotModified" >messages.quickRepliesNotModified</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.quickRepliesNotModified</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about <a href="/api/business#quick-reply-shortcuts">quick reply shortcuts »</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 181 <b class="caret"></b></a>
|
||||
|
@ -64,7 +59,10 @@ messages.QuickReplies">
|
|||
<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.QuickReplies">messages.QuickReplies</a></p></div>
|
||||
<p><a href="/type/messages.QuickReplies">messages.QuickReplies</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="#business" id="business" name="business"><i class="anchor-icon"></i></a><a href="/api/business">Business</a></h4>
|
||||
<p>Users can turn their Telegram account into a business account, gaining access to business features such as opening hours, location, quick replies, automated messages, custom start page, chatbot support, and more.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,28 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.savedReactionTags</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
tags
|
||||
Vector<SavedReactionTag>
|
||||
|
||||
hash
|
||||
long
|
||||
Hash for pagination, for more info click here…">
|
||||
<meta property="description" content="List of reaction tag » names assigned by the user.">
|
||||
<meta property="og:title" content="messages.savedReactionTags">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
tags
|
||||
Vector<SavedReactionTag>
|
||||
|
||||
hash
|
||||
long
|
||||
Hash for pagination, for more info click here…">
|
||||
<meta property="og:description" content="List of reaction tag » names assigned by the user.">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -60,7 +42,8 @@ Hash for pagination, for more info click here…">
|
|||
<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.savedReactionTags" >messages.savedReactionTags</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.savedReactionTags</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>List of <a href="/api/saved-messages#tags">reaction tag »</a> names assigned by the user.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 181 <b class="caret"></b></a>
|
||||
|
@ -86,7 +69,7 @@ Hash for pagination, for more info click here…">
|
|||
<tr>
|
||||
<td><strong>tags</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/SavedReactionTag">SavedReactionTag</a>></td>
|
||||
<td> </td>
|
||||
<td>Saved reaction tags.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>hash</strong></td>
|
||||
|
@ -99,7 +82,9 @@ Hash for pagination, for more info click here…">
|
|||
<p><a href="/type/messages.SavedReactionTags">messages.SavedReactionTags</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>
|
||||
<p>How to fetch results from large lists of objects.</p>
|
||||
<h4><a class="anchor" href="#saved-messages" id="saved-messages" name="saved-messages"><i class="anchor-icon"></i></a><a href="/api/saved-messages">Saved messages</a></h4>
|
||||
<p>The Saved Messages chat allows users to bookmark messages and media: it's a personal cloud storage for any messages or media you may want to send or forward there.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.savedReactionTagsNotModified</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.SavedReactionTags">
|
||||
<meta property="description" content="The list of reaction tag » names assigned by the user hasn't changed.">
|
||||
<meta property="og:title" content="messages.savedReactionTagsNotModified">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
messages.SavedReactionTags">
|
||||
<meta property="og:description" content="The list of reaction tag » names assigned by the user 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.SavedReactionTags">
|
|||
<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.savedReactionTagsNotModified" >messages.savedReactionTagsNotModified</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.savedReactionTagsNotModified</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The list of <a href="/api/saved-messages#tags">reaction tag »</a> names assigned by the user 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 181 <b class="caret"></b></a>
|
||||
|
@ -64,7 +59,10 @@ messages.SavedReactionTags">
|
|||
<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.SavedReactionTags">messages.SavedReactionTags</a></p></div>
|
||||
<p><a href="/type/messages.SavedReactionTags">messages.SavedReactionTags</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="#saved-messages" id="saved-messages" name="saved-messages"><i class="anchor-icon"></i></a><a href="/api/saved-messages">Saved messages</a></h4>
|
||||
<p>The Saved Messages chat allows users to bookmark messages and media: it's a personal cloud storage for any messages or media you may want to send or forward there.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,30 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>missingInvitee</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_would_allow_invite
|
||||
flags.0?true
|
||||
|
||||
pr…">
|
||||
<meta property="description" content="Info about why a specific user could not be invited ».">
|
||||
<meta property="og:title" content="missingInvitee">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
premium_would_allow_invite
|
||||
flags.0?true
|
||||
|
||||
pr…">
|
||||
<meta property="og:description" content="Info about why a specific user could not be invited ».">
|
||||
<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 @@ pr…">
|
|||
<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/missingInvitee" >missingInvitee</a></li></ul></div>
|
||||
<h1 id="dev_page_title">missingInvitee</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about why a specific user could not be <a href="/api/invites#direct-invites">invited »</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 181 <b class="caret"></b></a>
|
||||
|
@ -93,22 +74,27 @@ pr…">
|
|||
<tr>
|
||||
<td><strong>premium_would_allow_invite</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>If set, we could not add the user <em>only because</em> the current account needs to purchase a <a href="/api/premium">Telegram Premium</a> subscription to complete the operation.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>premium_required_for_pm</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>If set, we could not add the user because of their privacy settings, and additionally, the current account needs to purchase a <a href="/api/premium">Telegram Premium</a> subscription to directly share an invite link with the user via a private message.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>user_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>ID of the user. If neither of the flags below are set, we could not add the user because of their privacy settings, and we can create and directly share an <a href="#invite-links">invite link</a> with them using a normal message, instead.</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/MissingInvitee">MissingInvitee</a></p></div>
|
||||
<p><a href="/type/MissingInvitee">MissingInvitee</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-premium" id="telegram-premium" name="telegram-premium"><i class="anchor-icon"></i></a><a href="/api/premium">Telegram Premium</a></h4>
|
||||
<p>Telegram Premium is an optional subscription service that unlocks additional exclusive client-side and API-side features, while helping support the development of the app.</p>
|
||||
<h4><a class="anchor" href="#invites" id="invites" name="invites"><i class="anchor-icon"></i></a><a href="/api/invites">Invites</a></h4>
|
||||
<p>Chats and channels may have a public username or a private invite link: private invite links may be further enhanced with per-user join requests.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,44 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>quickReply</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
shortcut_id
|
||||
int
|
||||
|
||||
shortcut
|
||||
string
|
||||
|
||||
top_message
|
||||
int
|
||||
|
||||
count
|
||||
int
|
||||
|
||||
Type
|
||||
QuickReply">
|
||||
<meta property="description" content="A quick reply shortcut.">
|
||||
<meta property="og:title" content="quickReply">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
shortcut_id
|
||||
int
|
||||
|
||||
shortcut
|
||||
string
|
||||
|
||||
top_message
|
||||
int
|
||||
|
||||
count
|
||||
int
|
||||
|
||||
Type
|
||||
QuickReply">
|
||||
<meta property="og:description" content="A quick reply shortcut.">
|
||||
<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">
|
||||
|
@ -76,7 +42,8 @@ QuickReply">
|
|||
<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/quickReply" >quickReply</a></li></ul></div>
|
||||
<h1 id="dev_page_title">quickReply</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>A <a href="/api/business#quick-reply-shortcuts">quick reply shortcut</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 181 <b class="caret"></b></a>
|
||||
|
@ -102,27 +69,30 @@ QuickReply">
|
|||
<tr>
|
||||
<td><strong>shortcut_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Unique shortcut ID.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>shortcut</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Shortcut name.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>top_message</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>ID of the last message in the shortcut.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>count</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Total number of messages in the shortcut.</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/QuickReply">QuickReply</a></p></div>
|
||||
<p><a href="/type/QuickReply">QuickReply</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="#business" id="business" name="business"><i class="anchor-icon"></i></a><a href="/api/business">Business</a></h4>
|
||||
<p>Users can turn their Telegram account into a business account, gaining access to business features such as opening hours, location, quick replies, automated messages, custom start page, chatbot support, and more.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,36 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>savedReactionTag</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
|
||||
reaction
|
||||
Reaction
|
||||
|
||||
title
|
||||
flags.0?string
|
||||
|
||||
count…">
|
||||
<meta property="description" content="Info about a saved message reaction tag ».">
|
||||
<meta property="og:title" content="savedReactionTag">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
reaction
|
||||
Reaction
|
||||
|
||||
title
|
||||
flags.0?string
|
||||
|
||||
count…">
|
||||
<meta property="og:description" content="Info about a saved message reaction tag ».">
|
||||
<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 @@ count…">
|
|||
<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/savedReactionTag" >savedReactionTag</a></li></ul></div>
|
||||
<h1 id="dev_page_title">savedReactionTag</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about a <a href="/api/saved-messages#tags">saved message reaction tag »</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 181 <b class="caret"></b></a>
|
||||
|
@ -99,22 +74,27 @@ count…">
|
|||
<tr>
|
||||
<td><strong>reaction</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Reaction">Reaction</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/reactions">Reaction</a> associated to the tag.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>title</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>Custom tag name assigned by the user (max 12 UTF-8 chars).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>count</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Number of messages tagged with this tag.</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/SavedReactionTag">SavedReactionTag</a></p></div>
|
||||
<p><a href="/type/SavedReactionTag">SavedReactionTag</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>
|
||||
<h4><a class="anchor" href="#saved-messages" id="saved-messages" name="saved-messages"><i class="anchor-icon"></i></a><a href="/api/saved-messages">Saved messages</a></h4>
|
||||
<p>The Saved Messages chat allows users to bookmark messages and media: it's a personal cloud storage for any messages or media you may want to send or forward there.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>smsJob</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
job_id
|
||||
string
|
||||
|
||||
phone_number
|
||||
string
|
||||
|
||||
text
|
||||
string
|
||||
|
||||
Type
|
||||
SmsJob">
|
||||
<meta property="description" content="Info about an SMS job.">
|
||||
<meta property="og:title" content="smsJob">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
job_id
|
||||
string
|
||||
|
||||
phone_number
|
||||
string
|
||||
|
||||
text
|
||||
string
|
||||
|
||||
Type
|
||||
SmsJob">
|
||||
<meta property="og:description" content="Info about an SMS job.">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -70,7 +42,8 @@ SmsJob">
|
|||
<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/smsJob" >smsJob</a></li></ul></div>
|
||||
<h1 id="dev_page_title">smsJob</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about an SMS job.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 181 <b class="caret"></b></a>
|
||||
|
@ -96,17 +69,17 @@ SmsJob">
|
|||
<tr>
|
||||
<td><strong>job_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Job ID</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>phone_number</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Destination phone number</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>text</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Text</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>smsjobs.eligibleToJoin</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
terms_url
|
||||
string
|
||||
|
||||
monthly_sent_sms
|
||||
int
|
||||
|
||||
Type
|
||||
smsjobs.EligibilityToJoin">
|
||||
<meta property="description" content="SMS jobs eligibility">
|
||||
<meta property="og:title" content="smsjobs.eligibleToJoin">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
terms_url
|
||||
string
|
||||
|
||||
monthly_sent_sms
|
||||
int
|
||||
|
||||
Type
|
||||
smsjobs.EligibilityToJoin">
|
||||
<meta property="og:description" content="SMS jobs eligibility">
|
||||
<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 @@ smsjobs.EligibilityToJoin">
|
|||
<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/smsjobs.eligibleToJoin" >smsjobs.eligibleToJoin</a></li></ul></div>
|
||||
<h1 id="dev_page_title">smsjobs.eligibleToJoin</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>SMS jobs eligibility</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 181 <b class="caret"></b></a>
|
||||
|
@ -90,12 +69,12 @@ smsjobs.EligibilityToJoin">
|
|||
<tr>
|
||||
<td><strong>terms_url</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Terms of service URL</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>monthly_sent_sms</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Monthly sent SMSes</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,30 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>smsjobs.status</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_international
|
||||
flags.0?true
|
||||
|
||||
recent_sent…">
|
||||
<meta property="description" content="Status">
|
||||
<meta property="og:title" content="smsjobs.status">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
allow_international
|
||||
flags.0?true
|
||||
|
||||
recent_sent…">
|
||||
<meta property="og:description" content="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 @@ recent_sent…">
|
|||
<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/smsjobs.status" >smsjobs.status</a></li></ul></div>
|
||||
<h1 id="dev_page_title">smsjobs.status</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>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 181 <b class="caret"></b></a>
|
||||
|
@ -93,42 +74,42 @@ recent_sent…">
|
|||
<tr>
|
||||
<td><strong>allow_international</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>Allow international numbers</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>recent_sent</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Recently sent</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>recent_since</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Since</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>recent_remains</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Remaining</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>total_sent</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Total sent</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>total_since</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Total since</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>last_gift_slug</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Last gift deep link</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>terms_url</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Terms of service URL</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<tr>
|
||||
<td><strong>pinned_to_top</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/Vector%20t">Vector</a><<a href="/type/int">int</a>></td>
|
||||
<td> </td>
|
||||
<td>IDs of pinned stories.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>chats</strong></td>
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
Constructor
|
||||
Description
|
||||
missingInvitee
|
||||
">
|
||||
Info about why a specific user could not be invited ».">
|
||||
<meta property="og:title" content="MissingInvitee">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
missingInvitee
|
||||
">
|
||||
Info about why a specific user could not be invited ».">
|
||||
<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">
|
||||
|
@ -74,7 +74,7 @@ missingInvitee
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/missingInvitee">missingInvitee</a></td>
|
||||
<td> </td>
|
||||
<td>Info about why a specific user could not be <a href="/api/invites#direct-invites">invited »</a>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
Constructor
|
||||
Description
|
||||
quickReply
|
||||
">
|
||||
A quick reply shortcut.">
|
||||
<meta property="og:title" content="QuickReply">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
quickReply
|
||||
">
|
||||
A quick reply shortcut.">
|
||||
<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">
|
||||
|
@ -74,7 +74,7 @@ quickReply
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/quickReply">quickReply</a></td>
|
||||
<td> </td>
|
||||
<td>A <a href="/api/business#quick-reply-shortcuts">quick reply shortcut</a>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
Constructor
|
||||
Description
|
||||
savedReactionTag
|
||||
">
|
||||
Info about a saved message reaction tag ».">
|
||||
<meta property="og:title" content="SavedReactionTag">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
savedReactionTag
|
||||
">
|
||||
Info about a saved message reaction tag ».">
|
||||
<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">
|
||||
|
@ -74,7 +74,7 @@ savedReactionTag
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/savedReactionTag">savedReactionTag</a></td>
|
||||
<td> </td>
|
||||
<td>Info about a <a href="/api/saved-messages#tags">saved message reaction tag »</a>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -8,24 +8,24 @@
|
|||
Constructor
|
||||
Description
|
||||
smsJob
|
||||
|
||||
Info about an SMS job.
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
smsjobs.getSmsJob
|
||||
Get info about an SMS job (official…">
|
||||
Get info…">
|
||||
<meta property="og:title" content="SmsJob">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
smsJob
|
||||
|
||||
Info about an SMS job.
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
smsjobs.getSmsJob
|
||||
Get info about an SMS job (official…">
|
||||
Get info…">
|
||||
<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">
|
||||
|
@ -88,7 +88,7 @@ Get info about an SMS job (official…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/smsJob">smsJob</a></td>
|
||||
<td> </td>
|
||||
<td>Info about an SMS job.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
Constructor
|
||||
Description
|
||||
timezone
|
||||
">
|
||||
Timezone information.">
|
||||
<meta property="og:title" content="Timezone">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
timezone
|
||||
">
|
||||
Timezone 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">
|
||||
|
@ -74,7 +74,7 @@ timezone
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/timezone">timezone</a></td>
|
||||
<td> </td>
|
||||
<td>Timezone information.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -8,24 +8,16 @@
|
|||
Constructor
|
||||
Description
|
||||
messages.quickReplies
|
||||
|
||||
messages.quickRepliesNotModified
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description…">
|
||||
Info about quick reply shortcuts ».
|
||||
messages.quickRepliesNotModified…">
|
||||
<meta property="og:title" content="messages.QuickReplies">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.quickReplies
|
||||
|
||||
messages.quickRepliesNotModified
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description…">
|
||||
Info about quick reply shortcuts ».
|
||||
messages.quickRepliesNotModified…">
|
||||
<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">
|
||||
|
@ -89,11 +81,11 @@ Description…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.quickReplies">messages.quickReplies</a></td>
|
||||
<td> </td>
|
||||
<td>Info about <a href="/api/business#quick-reply-shortcuts">quick reply shortcuts »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.quickRepliesNotModified">messages.quickRepliesNotModified</a></td>
|
||||
<td> </td>
|
||||
<td>Info about <a href="/api/business#quick-reply-shortcuts">quick reply shortcuts »</a> hasn't changed.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -8,22 +8,14 @@
|
|||
Constructor
|
||||
Description
|
||||
messages.savedReactionTagsNotModified
|
||||
|
||||
messages.savedReactionTags
|
||||
|
||||
Methods
|
||||
Method…">
|
||||
The list of reaction tag » names assigned by…">
|
||||
<meta property="og:title" content="messages.SavedReactionTags">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.savedReactionTagsNotModified
|
||||
|
||||
messages.savedReactionTags
|
||||
|
||||
Methods
|
||||
Method…">
|
||||
The list of reaction tag » names assigned by…">
|
||||
<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">
|
||||
|
@ -87,11 +79,11 @@ Method…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.savedReactionTagsNotModified">messages.savedReactionTagsNotModified</a></td>
|
||||
<td> </td>
|
||||
<td>The list of <a href="/api/saved-messages#tags">reaction tag »</a> names assigned by the user hasn't changed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.savedReactionTags">messages.savedReactionTags</a></td>
|
||||
<td> </td>
|
||||
<td>List of <a href="/api/saved-messages#tags">reaction tag »</a> names assigned by the user.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
Constructor
|
||||
Description
|
||||
smsjobs.status
|
||||
|
||||
Status
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
|
@ -20,7 +20,7 @@ Get SMS jobs status…">
|
|||
Constructor
|
||||
Description
|
||||
smsjobs.status
|
||||
|
||||
Status
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
|
@ -88,7 +88,7 @@ Get SMS jobs status…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/smsjobs.status">smsjobs.status</a></td>
|
||||
<td> </td>
|
||||
<td>Status</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue