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
f8d539e08e
commit
1c9c3a9a98
8 changed files with 27 additions and 201 deletions
|
@ -247,7 +247,7 @@
|
|||
<h4><a class="anchor" href="#schema-changes" id="schema-changes" name="schema-changes"><i class="anchor-icon"></i></a>Schema changes</h4>
|
||||
<h5><a class="anchor" href="#new-methods" id="new-methods" name="new-methods"><i class="anchor-icon"></i></a>New Methods</h5>
|
||||
<ul>
|
||||
<li>Added <a href="/method/invokeWithBusinessConnection">invokeWithBusinessConnection</a> - </li>
|
||||
<li>Added <a href="/method/invokeWithBusinessConnection">invokeWithBusinessConnection</a> - Invoke a method using a <a href="/api/business#connected-bots">Telegram Business Bot connection, see here »</a>, including a list of the methods that can be wrapped in this constructor.</li>
|
||||
<li>Added <a href="/method/account.getBotBusinessConnection">account.getBotBusinessConnection</a> - Bots may invoke this method to re-fetch the <a href="/constructor/updateBotBusinessConnect">updateBotBusinessConnect</a> constructor associated with a specific <a href="/api/business#connected-bots">business <code>connection_id</code>, see here »</a> for more info on connected business bots. </li>
|
||||
<li>Added <a href="/method/account.updateBusinessIntro">account.updateBusinessIntro</a> - </li>
|
||||
<li>Added <a href="/method/stickers.replaceSticker">stickers.replaceSticker</a> - </li>
|
||||
|
@ -430,7 +430,7 @@
|
|||
<li>Added <a href="/method/smsjobs.getStatus">smsjobs.getStatus</a> - </li>
|
||||
<li>Added <a href="/method/smsjobs.getSmsJob">smsjobs.getSmsJob</a> - </li>
|
||||
<li>Added <a href="/method/smsjobs.finishJob">smsjobs.finishJob</a> - </li>
|
||||
<li>Added <a href="/method/help.getTimezonesList">help.getTimezonesList</a> - </li>
|
||||
<li>Added <a href="/method/help.getTimezonesList">help.getTimezonesList</a> - 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>.</li>
|
||||
<li>Added <a href="/method/account.updateBusinessWorkHours">account.updateBusinessWorkHours</a> - Specify a set of <a href="/api/business#opening-hours">Telegram Business opening hours</a>. </li>
|
||||
<li>Added <a href="/method/account.updateBusinessLocation">account.updateBusinessLocation</a> - <a href="/api/business#location">Businesses »</a> may advertise their location using this method, see <a href="/api/business#location">here »</a> for more info.</li>
|
||||
<li>Added <a href="/method/account.updateBusinessGreetingMessage">account.updateBusinessGreetingMessage</a> - Set a list of <a href="/api/business#greeting-messages">Telegram Business greeting messages</a>.</li>
|
||||
|
@ -440,10 +440,10 @@
|
|||
<li>Added <a href="/method/messages.checkQuickReplyShortcut">messages.checkQuickReplyShortcut</a> - Before offering the user the choice to add a message to a <a href="/api/business#quick-reply-shortcuts">quick reply shortcut</a>, to make sure that none of the limits specified <a href="/api/business#quick-reply-shortcuts">here »</a> were reached.</li>
|
||||
<li>Added <a href="/method/messages.editQuickReplyShortcut">messages.editQuickReplyShortcut</a> - Rename a <a href="/api/business#quick-reply-shortcuts">quick reply shortcut</a>. </li>
|
||||
<li>Added <a href="/method/messages.deleteQuickReplyShortcut">messages.deleteQuickReplyShortcut</a> - Completely delete a <a href="/api/business#quick-reply-shortcuts">quick reply shortcut</a>. </li>
|
||||
<li>Added <a href="/method/messages.getQuickReplyMessages">messages.getQuickReplyMessages</a> - </li>
|
||||
<li>Added <a href="/method/messages.getQuickReplyMessages">messages.getQuickReplyMessages</a> - Fetch (a subset or all) messages in a <a href="/api/business#quick-reply-shortcuts">quick reply shortcut »</a>.</li>
|
||||
<li>Added <a href="/method/messages.sendQuickReplyMessages">messages.sendQuickReplyMessages</a> - </li>
|
||||
<li>Added <a href="/method/messages.deleteQuickReplyMessages">messages.deleteQuickReplyMessages</a> - Delete one or more messages from a <a href="/api/business#quick-reply-shortcuts">quick reply shortcut</a>. This will also emit an <a href="/constructor/updateDeleteQuickReplyMessages">updateDeleteQuickReplyMessages</a> update.</li>
|
||||
<li>Added <a href="/method/account.updateConnectedBot">account.updateConnectedBot</a> - Connect a <a href="/api/business#connected-bots">business bot »</a> to the current account, or to change the current connection settings. </li>
|
||||
<li>Added <a href="/method/account.updateConnectedBot">account.updateConnectedBot</a> - Connect a <a href="/api/business#connected-bots">business bot »</a> to the current account, or to change the current connection settings.</li>
|
||||
<li>Added <a href="/method/account.getConnectedBots">account.getConnectedBots</a> - List all currently connected <a href="/api/business#connected-bots">business bots »</a></li>
|
||||
<li>Added <a href="/method/messages.toggleDialogFilterTags">messages.toggleDialogFilterTags</a> - </li>
|
||||
</ul>
|
||||
|
|
|
@ -99,6 +99,7 @@ This info will be contained in <a href="/constructor/userFull">userFull</a>.<cod
|
|||
<h4><a class="anchor" href="#userfull" id="userfull" name="userfull"><i class="anchor-icon"></i></a><a href="/constructor/userFull">userFull</a></h4>
|
||||
<p>Extended user info</p>
|
||||
<h4><a class="anchor" href="#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>
|
||||
<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>
|
||||
|
|
|
@ -29,9 +29,9 @@
|
|||
<li><a href="//telegram.org/">Home</a></li>
|
||||
<li class="hidden-xs"><a href="//telegram.org/faq">FAQ</a></li>
|
||||
<li class="hidden-xs"><a href="//telegram.org/apps">Apps</a></li>
|
||||
<li class="active"><a href="/api">API</a></li>
|
||||
<li class=""><a href="/api">API</a></li>
|
||||
<li class=""><a href="/mtproto">Protocol</a></li>
|
||||
<li class=""><a href="/schema">Schema</a></li>
|
||||
<li class="active"><a href="/schema">Schema</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -39,7 +39,7 @@
|
|||
<div class="container clearfix">
|
||||
<div class="dev_page">
|
||||
<div id="dev_page_content_wrap" class=" ">
|
||||
<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></li></ul></div>
|
||||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li></li></ul></div>
|
||||
<h1 id="dev_page_title">Page not found</h1>
|
||||
|
||||
<div id="dev_page_content">The page has not been saved</div>
|
File diff suppressed because one or more lines are too long
|
@ -4,34 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>invokeWithBusinessConnection</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
connection_id
|
||||
string
|
||||
|
||||
query
|
||||
!X
|
||||
|
||||
Result
|
||||
The type returned by the invoked method.
|
||||
Bots…">
|
||||
<meta property="description" content="Invoke a method using a Telegram Business Bot connection, see here », including a list of the methods that can be wrapped in this constructor.">
|
||||
<meta property="og:title" content="invokeWithBusinessConnection">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
connection_id
|
||||
string
|
||||
|
||||
query
|
||||
!X
|
||||
|
||||
Result
|
||||
The type returned by the invoked method.
|
||||
Bots…">
|
||||
<meta property="og:description" content="Invoke a method using a Telegram Business Bot connection, see here », including a list of the methods that can be wrapped in this constructor.">
|
||||
<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…">
|
|||
<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/invokeWithBusinessConnection" >invokeWithBusinessConnection</a></li></ul></div>
|
||||
<h1 id="dev_page_title">invokeWithBusinessConnection</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Invoke a method using a <a href="/api/business#connected-bots">Telegram Business Bot connection, see here »</a>, including a list of the methods that can be wrapped in this constructor.</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,18 +70,21 @@ Bots…">
|
|||
<tr>
|
||||
<td><strong>connection_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Business connection ID.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>query</strong></td>
|
||||
<td style="text-align: center;">!X</td>
|
||||
<td> </td>
|
||||
<td>The actual query.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p>The type returned by the invoked method.</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="#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>
|
||||
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
<tr>
|
||||
<td><strong>quick_reply_shortcut</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.17?<a href="/type/InputQuickReplyShortcut">InputQuickReplyShortcut</a></td>
|
||||
<td> </td>
|
||||
<td>Add the messages to the specified <a href="/api/business#quick-reply-shortcuts">quick reply shortcut »</a>, instead.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -394,6 +394,8 @@
|
|||
<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="#forums" id="forums" name="forums"><i class="anchor-icon"></i></a><a href="/api/forum">Forums</a></h4>
|
||||
<p>Telegram allows creating forums with multiple distinct topics.</p>
|
||||
<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>
|
||||
<h4><a class="anchor" href="#discussion-groups" id="discussion-groups" name="discussion-groups"><i class="anchor-icon"></i></a><a href="/api/discussion">Discussion groups</a></h4>
|
||||
<p>Groups can be associated to a channel as a discussion group, to allow users to discuss about posts.</p>
|
||||
<h4><a class="anchor" href="#error-handling" id="error-handling" name="error-handling"><i class="anchor-icon"></i></a><a href="/api/errors">Error handling </a></h4>
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
<tr>
|
||||
<td><strong>quick_reply_shortcut</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.17?<a href="/type/InputQuickReplyShortcut">InputQuickReplyShortcut</a></td>
|
||||
<td> </td>
|
||||
<td>Add the message to the specified <a href="/api/business#quick-reply-shortcuts">quick reply shortcut »</a>, instead.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>effect</strong></td>
|
||||
|
@ -453,6 +453,8 @@
|
|||
<p>How to create styled text with message entities</p>
|
||||
<h4><a class="anchor" href="#scheduled-messages" id="scheduled-messages" name="scheduled-messages"><i class="anchor-icon"></i></a><a href="/api/scheduled-messages">Scheduled messages</a></h4>
|
||||
<p>Telegram allows scheduling messages</p>
|
||||
<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>
|
||||
<h4><a class="anchor" href="#inputkeyboardbuttonuserprofile" id="inputkeyboardbuttonuserprofile" name="inputkeyboardbuttonuserprofile"><i class="anchor-icon"></i></a><a href="/constructor/inputKeyboardButtonUserProfile">inputKeyboardButtonUserProfile</a></h4>
|
||||
<p>Button that links directly to a user profile</p>
|
||||
<h4><a class="anchor" href="#discussion-groups" id="discussion-groups" name="discussion-groups"><i class="anchor-icon"></i></a><a href="/api/discussion">Discussion groups</a></h4>
|
||||
|
|
|
@ -3218,7 +3218,7 @@ Look for updates of telegram's terms of service…">
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/help.getTimezonesList">help.getTimezonesList</a></td>
|
||||
<td> </td>
|
||||
<td>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>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.updateBusinessWorkHours">account.updateBusinessWorkHours</a></td>
|
||||
|
@ -3258,7 +3258,7 @@ Look for updates of telegram's terms of service…">
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getQuickReplyMessages">messages.getQuickReplyMessages</a></td>
|
||||
<td> </td>
|
||||
<td>Fetch (a subset or all) messages in a <a href="/api/business#quick-reply-shortcuts">quick reply shortcut »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.sendQuickReplyMessages">messages.sendQuickReplyMessages</a></td>
|
||||
|
@ -3282,7 +3282,7 @@ Look for updates of telegram's terms of service…">
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/invokeWithBusinessConnection">invokeWithBusinessConnection</a></td>
|
||||
<td> </td>
|
||||
<td>Invoke a method using a <a href="/api/business#connected-bots">Telegram Business Bot connection, see here »</a>, including a list of the methods that can be wrapped in this constructor.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.getBotBusinessConnection">account.getBotBusinessConnection</a></td>
|
||||
|
|
Loading…
Add table
Reference in a new issue