mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-29 03:33:09 +01:00
Update content of files
This commit is contained in:
parent
084d2145f0
commit
b6a8e3cb52
15 changed files with 36 additions and 29 deletions
|
@ -136,7 +136,7 @@ Note that according to the user's <a href="/api/privacy">privacy settings</a>, n
|
|||
---functions---
|
||||
|
||||
<a href='/method/contacts.getStatuses'>contacts.getStatuses</a>#c4a353ee = <a href='/type/Vector%20t'>Vector</a><<a href='/type/ContactStatus'>ContactStatus</a>>;</code></pre>
|
||||
<p>Use <a href="/method/contacts.getStatuses">contacts.getStatuses</a> to obtain the online statuses of all contacts with a phone number.</p>
|
||||
<p>Use <a href="/method/contacts.getStatuses">contacts.getStatuses</a> to obtain the online statuses of all contacts with an accessible associated Telegram account.</p>
|
||||
<h3><a class="anchor" href="#searching-for-contacts" id="searching-for-contacts" name="searching-for-contacts"><i class="anchor-icon"></i></a>Searching for contacts</h3>
|
||||
<p>Schema:</p>
|
||||
<pre><code><a href='/constructor/contacts.found'>contacts.found</a>#b3134d9d my_results:<a href='/type/Vector%20t'>Vector</a><<a href='/type/Peer'>Peer</a>> results:<a href='/type/Vector%20t'>Vector</a><<a href='/type/Peer'>Peer</a>> chats:<a href='/type/Vector%20t'>Vector</a><<a href='/type/Chat'>Chat</a>> users:<a href='/type/Vector%20t'>Vector</a><<a href='/type/User'>User</a>> = <a href='/type/contacts.Found'>contacts.Found</a>;
|
||||
|
@ -156,7 +156,7 @@ Note that according to the user's <a href="/api/privacy">privacy settings</a>, n
|
|||
<a href='/method/contacts.resetSaved'>contacts.resetSaved</a>#879537f1 = <a href='/type/Bool'>Bool</a>;</code></pre>
|
||||
<p>Use <a href="/method/contacts.deleteContacts">contacts.deleteContacts</a> to delete contacts with an associated Telegram account; the returned <a href="/constructor/Updates">Updates</a> will contain updated user information. </p>
|
||||
<p>Use <a href="/method/contacts.deleteByPhones">contacts.deleteByPhones</a> to delete contacts by their phone number, even if they don't have an associated Telegram account. </p>
|
||||
<p>Use <a href="/method/contacts.resetSaved">contacts.resetSaved</a> to remove all contacts (both those with and without an associated Telegram account).</p></div>
|
||||
<p>Use <a href="/method/contacts.resetSaved">contacts.resetSaved</a> to remove all contacts (both those without an associated Telegram account).</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
<li><a href="/api/takeout">Working with the takeout API »</a></li>
|
||||
</ul>
|
||||
<p>Also added documentation for <a href="/api/files#streamed-uploads">streamed uploads</a> and improved the <a href="/api/invoking#sequential-requests">method queue</a> documentation.</p>
|
||||
<p>The <a href="/api/errors#error-database">RPC error database »</a> was also updated.</p>
|
||||
<p>The following new deep links were added:</p>
|
||||
<ul>
|
||||
<li><a href="/api/links#story-links">Story links »</a></li>
|
||||
|
@ -623,7 +624,7 @@
|
|||
<a href="/method/stories.applyBoost">stories.applyBoost</a>#f29d7c2b peer:<a href="/type/InputPeer">InputPeer</a> = <a href="/type/Bool">Bool</a>;<br></code></pre></div>
|
||||
<h3><a class="anchor" href="#layer-159" id="layer-159" name="layer-159"><i class="anchor-icon"></i></a><a href="/schema?layer=159">Layer 159</a></h3>
|
||||
<p>Introducing privacy settings for user bios, <a href="/api/auth#invalidating-login-codes">improved login code invalidation</a>, improved chat invites, improved <a href="/api/updates">update handling</a>, <a href="/api/sponsored-messages">sponsored websites</a> and <a href="/api/sponsored-messages#clicking-on-sponsored-messages">click reporting for sponsored messages</a>.</p>
|
||||
<p>Also, anonymous channel admins can now vote in polls.</p>
|
||||
<p>Also, anonymous channels can now vote in polls: when invoking <a href="/method/messages.sendVote">messages.sendVote</a>, the vote will be sent from the peer specified using <a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a>.</p>
|
||||
<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>
|
||||
|
@ -2049,7 +2050,7 @@ Also, discussion group admins can now <a href="/api/discussion#requiring-users-t
|
|||
<ul>
|
||||
<li>Added <a href="/method/messages.hideAllChatJoinRequests">messages.hideAllChatJoinRequests</a> - Dismiss or approve all <a href="/api/invites#join-requests">join requests</a> related to a specific chat or channel.</li>
|
||||
<li>Added <a href="/method/messages.toggleNoForwards">messages.toggleNoForwards</a> - Enable or disable <a href="https://telegram.org/blog/protected-content-delete-by-date-and-more">content protection</a> on a channel or chat</li>
|
||||
<li>Added <a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a> - Change the default peer that should be used when sending messages to a specific group</li>
|
||||
<li>Added <a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a> - Change the default peer that should be used when sending messages, reactions, poll votes to a specific group</li>
|
||||
<li>Added <a href="/method/channels.getSendAs">channels.getSendAs</a> - Obtains a list of peers that can be used to send messages in a specific group</li>
|
||||
<li>Added <a href="/method/account.setAuthorizationTTL">account.setAuthorizationTTL</a> - Set time-to-live of current session</li>
|
||||
<li>Added <a href="/method/account.changeAuthorizationSettings">account.changeAuthorizationSettings</a> - Change settings related to a session.</li>
|
||||
|
|
|
@ -152,8 +152,8 @@ The intermediate status, represented by the <strong>pts</strong>, must be saved
|
|||
<p>It is recommended to use limit <code>10-100</code> for channels and <code>1000-10000</code> otherwise.</p>
|
||||
<h3><a class="anchor" href="#subscribing-to-updates-of-channels-supergroups-we-havent-joined" id="subscribing-to-updates-of-channels-supergroups-we-havent-joined" name="subscribing-to-updates-of-channels-supergroups-we-havent-joined"><i class="anchor-icon"></i></a>Subscribing to updates of channels/supergroups we haven't joined</h3>
|
||||
<p>Clients may ask the API to passively send them updates for <a href="/api/channel">channels/supergroups</a> they haven't joined, by simply making a <a href="/method/updates.getChannelDifference">updates.getChannelDifference</a> query. </p>
|
||||
<p>If the specified channel or supergroup is public, or is private but temporarily available for a limited time thanks to a <a href="/constructor/chatInvitePeek">chatInvitePeek</a>, the API will start passively sending updates (i.e. as standalone <a href="/type/Updates">Updates</a> constructors in the socket, as is already the case for normal channels/supergroups we've already joined), as long as the client continues to periodically invoke <a href="/method/updates.getChannelDifference">updates.getChannelDifference</a> every <code>timeout</code> seconds (returned by the method, or every 10 seconds if the <code>timeout</code> flag is absent from the return value of the method). </p>
|
||||
<p>To stop passively receiving updates, simply stop invoking <a href="/method/updates.getChannelDifference">updates.getChannelDifference</a>, and the API will automatically stop passively sending updates after a while.</p>
|
||||
<p>If the specified channel or supergroup is public, or is private but temporarily available for a limited time thanks to a <a href="/constructor/chatInvitePeek">chatInvitePeek</a>, the API will start passively sending updates (i.e. as standalone <a href="/type/Updates">Updates</a> constructors in the socket, as is already the case for normal channels/supergroups we've already joined) to all logged-in sessions, as long as any of the sessions continues to periodically invoke <a href="/method/updates.getChannelDifference">updates.getChannelDifference</a> every <code>timeout</code> seconds (returned by the method, or every 10 seconds if the <code>timeout</code> flag is absent from the return value of the method). </p>
|
||||
<p>To stop passively receiving updates, simply stop invoking <a href="/method/updates.getChannelDifference">updates.getChannelDifference</a>, and the API will automatically stop passively sending updates after a while. </p>
|
||||
<h3><a class="anchor" href="#example-implementations" id="example-implementations" name="example-implementations"><i class="anchor-icon"></i></a>Example implementations</h3>
|
||||
<p>Implementations also have to take care to postpone updates received via the socket while filling gaps in the event and Update sequences, as well as avoid filling gaps in the same sequence.</p>
|
||||
<p>Example implementations: <a href="https://github.com/tdlib/td">tdlib</a>, <a href="https://github.com/danog/MadelineProto">MadelineProto</a>. </p>
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
<p>React to message.</p>
|
||||
<p>Starting from layer 159, the reaction will be sent from the peer specified using <a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a>.</p>
|
||||
<h4><a class="anchor" href="#messagessavedefaultsendas" id="messagessavedefaultsendas" name="messagessavedefaultsendas"><i class="anchor-icon"></i></a><a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a></h4>
|
||||
<p>Change the default peer that should be used when sending messages to a specific group</p></div>
|
||||
<p>Change the default peer that should be used when sending messages, reactions, poll votes to a specific group</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -122,7 +122,8 @@
|
|||
<p><a href="/type/Poll">Poll</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="#messagessendvote" id="messagessendvote" name="messagessendvote"><i class="anchor-icon"></i></a><a href="/method/messages.sendVote">messages.sendVote</a></h4>
|
||||
<p>Vote in a <a href="/constructor/poll">poll</a></p></div>
|
||||
<p>Vote in a <a href="/constructor/poll">poll</a></p>
|
||||
<p>Starting from layer 159, the vote will be sent from the peer specified using <a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a>.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -82,7 +82,8 @@
|
|||
<p><a href="/type/PollAnswer">PollAnswer</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="#messagessendvote" id="messagessendvote" name="messagessendvote"><i class="anchor-icon"></i></a><a href="/method/messages.sendVote">messages.sendVote</a></h4>
|
||||
<p>Vote in a <a href="/constructor/poll">poll</a></p></div>
|
||||
<p>Vote in a <a href="/constructor/poll">poll</a></p>
|
||||
<p>Starting from layer 159, the vote will be sent from the peer specified using <a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a>.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -97,7 +97,8 @@
|
|||
<p><a href="/type/PollAnswerVoters">PollAnswerVoters</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="#messagessendvote" id="messagessendvote" name="messagessendvote"><i class="anchor-icon"></i></a><a href="/method/messages.sendVote">messages.sendVote</a></h4>
|
||||
<p>Vote in a <a href="/constructor/poll">poll</a></p></div>
|
||||
<p>Vote in a <a href="/constructor/poll">poll</a></p>
|
||||
<p>Starting from layer 159, the vote will be sent from the peer specified using <a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a>.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>contacts.getContactIDs</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Get contact by telegram IDs">
|
||||
<meta property="description" content="Get the telegram IDs of all contacts. Returns an array of Telegram user IDs for all contacts (0 if a contact does not have an associated Telegram account or have hidden their account using privacy settings).">
|
||||
<meta property="og:title" content="contacts.getContactIDs">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Get contact by telegram IDs">
|
||||
<meta property="og:description" content="Get the telegram IDs of all contacts. Returns an array of Telegram user IDs for all contacts (0 if a contact does not have an associated Telegram account or have hidden their account using privacy settings).">
|
||||
<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">
|
||||
|
@ -43,7 +43,7 @@
|
|||
<h1 id="dev_page_title">contacts.getContactIDs</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Get the telegram IDs of all contacts.<br>
|
||||
Returns an array of Telegram user IDs for all contacts (0 if a contact does not have an associated Telegram account or have hidden their account using privacy settings). </p>
|
||||
Returns an array of Telegram user IDs for all contacts (0 if a contact does not have an associated Telegram account or have hidden their account using privacy settings).</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>contacts.getStatuses</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Returns the list of contact statuses.">
|
||||
<meta property="description" content="Use this method to obtain the online statuses of all contacts with an accessible associated Telegram account.">
|
||||
<meta property="og:title" content="contacts.getStatuses">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Returns the list of contact statuses.">
|
||||
<meta property="og:description" content="Use this method to obtain the online statuses of all contacts with an accessible associated Telegram account.">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -42,7 +42,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/contacts.getStatuses" >contacts.getStatuses</a></li></ul></div>
|
||||
<h1 id="dev_page_title">contacts.getStatuses</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Returns the list of contact statuses.</p>
|
||||
<div id="dev_page_content"><p>Use this method to obtain the online statuses of all contacts with an accessible associated Telegram account.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.saveDefaultSendAs</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Change the default peer that should be used when sending messages to a specific group">
|
||||
<meta property="description" content="Change the default peer that should be used when sending messages, reactions, poll votes to a specific group">
|
||||
<meta property="og:title" content="messages.saveDefaultSendAs">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Change the default peer that should be used when sending messages to a specific group">
|
||||
<meta property="og:description" content="Change the default peer that should be used when sending messages, reactions, poll votes to a specific group">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -42,7 +42,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/messages.saveDefaultSendAs" >messages.saveDefaultSendAs</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.saveDefaultSendAs</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Change the default peer that should be used when sending messages to a specific group</p>
|
||||
<div id="dev_page_content"><p>Change the default peer that should be used when sending messages, reactions, poll votes to a specific group</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
<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="#messagessavedefaultsendas" id="messagessavedefaultsendas" name="messagessavedefaultsendas"><i class="anchor-icon"></i></a><a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a></h4>
|
||||
<p>Change the default peer that should be used when sending messages to a specific group</p>
|
||||
<p>Change the default peer that should be used when sending messages, reactions, poll votes to a specific group</p>
|
||||
<h4><a class="anchor" href="#client-configuration" id="client-configuration" name="client-configuration"><i class="anchor-icon"></i></a><a href="/api/config">Client configuration</a></h4>
|
||||
<p>The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.</p></div>
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.sendVote</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Vote in a poll">
|
||||
<meta property="description" content="Vote in a poll Starting from layer 159, the vote will be sent from the peer specified using messages.saveDefaultSendAs.">
|
||||
<meta property="og:title" content="messages.sendVote">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Vote in a poll">
|
||||
<meta property="og:description" content="Vote in a poll Starting from layer 159, the vote will be sent from the peer specified using messages.saveDefaultSendAs.">
|
||||
<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">
|
||||
|
@ -43,6 +43,7 @@
|
|||
<h1 id="dev_page_title">messages.sendVote</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Vote in a <a href="/constructor/poll">poll</a></p>
|
||||
<p>Starting from layer 159, the vote will be sent from the peer specified using <a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a>.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -152,7 +153,9 @@
|
|||
</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="#poll" id="poll" name="poll"><i class="anchor-icon"></i></a><a href="/constructor/poll">poll</a></h4>
|
||||
<p>Poll</p></div>
|
||||
<p>Poll</p>
|
||||
<h4><a class="anchor" href="#messagessavedefaultsendas" id="messagessavedefaultsendas" name="messagessavedefaultsendas"><i class="anchor-icon"></i></a><a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a></h4>
|
||||
<p>Change the default peer that should be used when sending messages, reactions, poll votes to a specific group</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -2035,7 +2035,7 @@ Look for updates of telegram's terms of service…">
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/contacts.getContactIDs">contacts.getContactIDs</a></td>
|
||||
<td>Get contact by telegram IDs</td>
|
||||
<td>Get the telegram IDs of all contacts. <br>Returns an array of Telegram user IDs for all contacts (0 if a contact does not have an associated Telegram account or have hidden their account using privacy settings).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/contacts.getContacts">contacts.getContacts</a></td>
|
||||
|
@ -2051,7 +2051,7 @@ Look for updates of telegram's terms of service…">
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/contacts.getStatuses">contacts.getStatuses</a></td>
|
||||
<td>Returns the list of contact statuses.</td>
|
||||
<td>Use this method to obtain the online statuses of all contacts with an accessible associated Telegram account.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/contacts.getTopPeers">contacts.getTopPeers</a></td>
|
||||
|
@ -2635,7 +2635,7 @@ Look for updates of telegram's terms of service…">
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a></td>
|
||||
<td>Change the default peer that should be used when sending messages to a specific group</td>
|
||||
<td>Change the default peer that should be used when sending messages, reactions, poll votes to a specific group</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.getSendAs">channels.getSendAs</a></td>
|
||||
|
@ -2798,7 +2798,7 @@ Look for updates of telegram's terms of service…">
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.sendVote">messages.sendVote</a></td>
|
||||
<td>Vote in a <a href="/constructor/poll">poll</a></td>
|
||||
<td>Vote in a <a href="/constructor/poll">poll</a><br><br>Starting from layer 159, the vote will be sent from the peer specified using <a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -677,7 +677,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a></td>
|
||||
<td>Change the default peer that should be used when sending messages to a specific group</td>
|
||||
<td>Change the default peer that should be used when sending messages, reactions, poll votes to a specific group</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.setAuthorizationTTL">account.setAuthorizationTTL</a></td>
|
||||
|
|
|
@ -362,7 +362,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.sendVote">messages.sendVote</a></td>
|
||||
<td>Vote in a <a href="/constructor/poll">poll</a></td>
|
||||
<td>Vote in a <a href="/constructor/poll">poll</a><br><br>Starting from layer 159, the vote will be sent from the peer specified using <a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getPollResults">messages.getPollResults</a></td>
|
||||
|
|
Loading…
Reference in a new issue