mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-02-26 14:58:06 +01:00
Update content of files
This commit is contained in:
parent
23f79a2c52
commit
365bbdcd4d
16 changed files with 104 additions and 89 deletions
|
@ -90,11 +90,18 @@ While <a href="/method/help.getConfig">help.getConfig</a> returns MTProto-specif
|
|||
<li><code>round_video_encoding</code> - Contains a set of recommended codec parameters for round videos. </li>
|
||||
<li><code>chat_read_mark_size_threshold</code> - Per-user read receipts, fetchable using <a href="/method/messages.getMessageReadParticipants">messages.getMessageReadParticipants</a> will be available in groups with less than <code>chat_read_mark_size_threshold</code> participants. (int)</li>
|
||||
<li><code>chat_read_mark_expire_period</code> - To protect user privacy, read receipts are only stored for <code>chat_read_mark_expire_period</code> seconds after the message was sent. (int)</li>
|
||||
<li><code>groupcall_video_participants_max</code> - Maximum number of participants that can broadcast video in a group call (int)</li>
|
||||
<li><code>reactions_default</code> - Default reaction</li>
|
||||
<li><code>reactions_uniq_max</code> -</li>
|
||||
<li><code>export_urls</code> - </li>
|
||||
<li><code>export_group_urls</code> - </li>
|
||||
</ul>
|
||||
<p>Example value: </p>
|
||||
<pre><code class="language-json">{
|
||||
"test": 1,
|
||||
"emojies_animated_zoom": 0.625,
|
||||
"keep_alive_service": true,
|
||||
"background_connection": true,
|
||||
"emojies_send_dice": [
|
||||
"\ud83c\udfb2",
|
||||
"\ud83c\udfaf",
|
||||
|
@ -134,47 +141,47 @@ While <a href="/method/help.getConfig">help.getConfig</a> returns MTProto-specif
|
|||
"\ud83c\udf83": {
|
||||
"id": "4956223179606458539",
|
||||
"access_hash": "-2107001400913062971",
|
||||
"file_reference_base64": "AGFhvoKbftK5O9K9RpgN1ZtgSzWy"
|
||||
"file_reference_base64": "AGIaeBZckszt-s71DzCHhSkfZI_l"
|
||||
},
|
||||
"\u26b0": {
|
||||
"id": "4956223179606458540",
|
||||
"access_hash": "-1498869544183595185",
|
||||
"file_reference_base64": "AGFhvoJIm8Uz0qSMIdm3AsKlK7wJ"
|
||||
"file_reference_base64": "AGIaeBZRfKxsAgnaLEDh5XIa8Gri"
|
||||
},
|
||||
"\ud83e\udddf\u200d\u2642": {
|
||||
"id": "4960929110848176331",
|
||||
"access_hash": "3986395821757915468",
|
||||
"file_reference_base64": "AGFhvoLtXSSIclmvfg6ePz3KsHQF"
|
||||
"file_reference_base64": "AGIaeBZcFga_bS9BsPvVNA2zuYCI"
|
||||
},
|
||||
"\ud83e\udddf": {
|
||||
"id": "4960929110848176332",
|
||||
"access_hash": "-8929417974289765626",
|
||||
"file_reference_base64": "AGFhvoImaz5Umt4GvMUD5nocIu0W"
|
||||
"file_reference_base64": "AGIaeBbUbidUDCl4nImJXPTl2wWj"
|
||||
},
|
||||
"\ud83e\udddf\u200d\u2640": {
|
||||
"id": "4960929110848176333",
|
||||
"access_hash": "9161696144162881753",
|
||||
"file_reference_base64": "AGFhvoIm1QZsb48xlpRfh4Mq7EMG"
|
||||
"file_reference_base64": "AGIaeBb-ulJ2E-rSI2B8EKyAXs-8"
|
||||
},
|
||||
"\ud83c\udf51": {
|
||||
"id": "4963180910661861548",
|
||||
"access_hash": "-7431729439735063448",
|
||||
"file_reference_base64": "AGFhvoKLrwl_WKr5LR0Jjs7o3RyT"
|
||||
"file_reference_base64": "AGIaeBa940aXpIVLThj0J2ctxYFe"
|
||||
},
|
||||
"\ud83c\udf8a": {
|
||||
"id": "5094064004578410732",
|
||||
"access_hash": "8518192996098758509",
|
||||
"file_reference_base64": "AGFhvoKMNffRV2J3vKED0O6d8e42"
|
||||
"file_reference_base64": "AGIaeBZFqTTp5drt0JZ86DGDAu1t"
|
||||
},
|
||||
"\ud83c\udf84": {
|
||||
"id": "5094064004578410733",
|
||||
"access_hash": "-4142643820629256996",
|
||||
"file_reference_base64": "AGFhvoJ1ulPBbXEURlTZWwJFx6xZ"
|
||||
"file_reference_base64": "AGIaeBbEqu-gV0qAUdP5lD3MxLSK"
|
||||
},
|
||||
"\ud83e\uddbe": {
|
||||
"id": "5094064004578410734",
|
||||
"access_hash": "-8934384022571962340",
|
||||
"file_reference_base64": "AGFhvoL4zdMRmYv9z3L8KPaX4JQL"
|
||||
"file_reference_base64": "AGIaeBZ0YCp8_Zl_cmP4nvKkkSfF"
|
||||
}
|
||||
},
|
||||
"gif_search_branding": "tenor",
|
||||
|
@ -192,10 +199,20 @@ While <a href="/method/help.getConfig">help.getConfig</a> returns MTProto-specif
|
|||
],
|
||||
"stickers_emoji_suggest_only_api": false,
|
||||
"stickers_emoji_cache_time": 86400,
|
||||
"qr_login_camera": false,
|
||||
"qr_login_code": "disabled",
|
||||
"export_urls": [
|
||||
"content:\/\/com.whatsapp.provider.media\/export_chat\/"
|
||||
],
|
||||
"export_group_urls": [
|
||||
"@g.us\/"
|
||||
],
|
||||
"export_private_urls": [
|
||||
"@s.whatsapp.net\/"
|
||||
],
|
||||
"groupcall_video_participants_max": 1000,
|
||||
"qr_login_camera": true,
|
||||
"qr_login_code": "primary",
|
||||
"dialog_filters_enabled": true,
|
||||
"dialog_filters_tooltip": false,
|
||||
"dialog_filters_tooltip": true,
|
||||
"autoarchive_setting_available": false,
|
||||
"pending_suggestions": [
|
||||
"AUTOARCHIVE_POPULAR",
|
||||
|
@ -211,10 +228,8 @@ While <a href="/method/help.getConfig">help.getConfig</a> returns MTProto-specif
|
|||
"contest.com",
|
||||
"bugs.telegram.org",
|
||||
"suggestions.telegram.org",
|
||||
"themes.telegram.org"
|
||||
],
|
||||
"url_auth_domains": [
|
||||
"somedomain.telegram.org"
|
||||
"themes.telegram.org",
|
||||
"promote.telegram.org"
|
||||
],
|
||||
"round_video_encoding": {
|
||||
"diameter": 384,
|
||||
|
@ -222,8 +237,10 @@ While <a href="/method/help.getConfig">help.getConfig</a> returns MTProto-specif
|
|||
"audio_bitrate": 64,
|
||||
"max_size": 12582912
|
||||
},
|
||||
"chat_read_mark_size_threshold": 50,
|
||||
"chat_read_mark_expire_period": 604800
|
||||
"chat_read_mark_expire_period": 604800,
|
||||
"chat_read_mark_size_threshold": 100,
|
||||
"reactions_default": "\ud83d\udc4d",
|
||||
"reactions_uniq_max": 11
|
||||
}</code></pre>
|
||||
<h3><a class="anchor" href="#suggestions" id="suggestions" name="suggestions"><i class="anchor-icon"></i></a>Suggestions</h3>
|
||||
<p>The API can return a set of useful suggestions for users of graphical clients. </p>
|
||||
|
|
|
@ -294,8 +294,8 @@ Layer…">
|
|||
<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/messages.getSearchResultsCalendar">messages.getSearchResultsCalendar</a> - Get information about messages sent on a specific day</li>
|
||||
<li>Added <a href="/method/messages.getSearchResultsPositions">messages.getSearchResultsPositions</a> - </li>
|
||||
<li>Added <a href="/method/messages.getSearchResultsCalendar">messages.getSearchResultsCalendar</a> - Returns information about the next messages of the specified type in the chat split by days.</li>
|
||||
<li>Added <a href="/method/messages.getSearchResultsPositions">messages.getSearchResultsPositions</a> - Returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation.</li>
|
||||
<li>Added <a href="/method/messages.hideChatJoinRequest">messages.hideChatJoinRequest</a> - </li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-methods" id="changed-methods" name="changed-methods"><i class="anchor-icon"></i></a>Changed Methods</h5>
|
||||
|
@ -314,13 +314,13 @@ 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/searchResultsCalendarPeriod">searchResultsCalendarPeriod</a> - </li>
|
||||
<li>Added <a href="/constructor/searchResultsCalendarPeriod">searchResultsCalendarPeriod</a> - Information about found messages sent on a specific day, used to split the <code>messages</code> in <a href="/constructor/messages.searchResultsCalendar.md">messages.searchResultsCalendar</a> constructors by days.</li>
|
||||
<li>Added <a href="/constructor/messages.searchResultsCalendar">messages.searchResultsCalendar</a> - Information about found messages sent on a specific day</li>
|
||||
<li>Added <a href="/constructor/searchResultPosition">searchResultPosition</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.searchResultsPositions">messages.searchResultsPositions</a> - </li>
|
||||
<li>Added <a href="/constructor/messageActionChatJoinedByRequest">messageActionChatJoinedByRequest</a> - </li>
|
||||
<li>Added <a href="/constructor/updatePendingJoinRequests">updatePendingJoinRequests</a> - </li>
|
||||
<li>Added <a href="/constructor/updateBotChatInviteRequester">updateBotChatInviteRequester</a> - </li>
|
||||
<li>Added <a href="/constructor/searchResultPosition">searchResultPosition</a> - Information about a message in a specific position</li>
|
||||
<li>Added <a href="/constructor/messages.searchResultsPositions">messages.searchResultsPositions</a> - Information about sparse positions of messages</li>
|
||||
<li>Added <a href="/constructor/messageActionChatJoinedByRequest">messageActionChatJoinedByRequest</a> - A user was accepted into the group by an admin</li>
|
||||
<li>Added <a href="/constructor/updatePendingJoinRequests">updatePendingJoinRequests</a> - Someone has requested to join a chat or channel</li>
|
||||
<li>Added <a href="/constructor/updateBotChatInviteRequester">updateBotChatInviteRequester</a> - Someone has requested to join a chat or channel (bots only, users will receive an <a href="/constructor/updatePendingJoinRequests.md">updatePendingJoinRequests</a>, instead)</li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionParticipantJoinByRequest">channelAdminLogEventActionParticipantJoinByRequest</a> - A new member was accepted to the chat by an admin</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<tr>
|
||||
<td><strong>requested</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether this user currently has a pending join request</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>user_id</strong></td>
|
||||
|
@ -86,12 +86,12 @@
|
|||
<tr>
|
||||
<td><strong>about</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>For users with pending requests, contains bio of the user that requested to join</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>approved_by</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>The administrator that approved the join request of the user</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -81,27 +81,27 @@
|
|||
<tr>
|
||||
<td><strong>min_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Starting timestamp of attached messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>min_msg_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Ending timestamp of attached messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>offset_id_offset</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Indicates the absolute position of <code>messages[0]</code> within the total result set with count <code>count</code>. <br>This is useful, for example, if we need to display a <code>progress/total</code> counter (like <code>photo 134 of 200</code>, for all media in a chat, we could simply use <code>photo ${offset_id_offset} of ${count}</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>periods</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/SearchResultsCalendarPeriod">SearchResultsCalendarPeriod</a>></td>
|
||||
<td> </td>
|
||||
<td>Used to split the <code>messages</code> by days: multiple <a href="/type/SearchResultsCalendarPeriod">SearchResultsCalendarPeriod</a> constructors are returned, each containing information about the first, last and total number of messages matching the filter that were sent on a specific day. <br>This information can be easily used to split the returned <code>messages</code> by day.</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</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>chats</strong></td>
|
||||
|
@ -116,7 +116,10 @@
|
|||
</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.SearchResultsCalendar">messages.SearchResultsCalendar</a></p></div>
|
||||
<p><a href="/type/messages.SearchResultsCalendar">messages.SearchResultsCalendar</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="#searchresultscalendarperiod" id="searchresultscalendarperiod" name="searchresultscalendarperiod"><i class="anchor-icon"></i></a><a href="/type/SearchResultsCalendarPeriod">SearchResultsCalendarPeriod</a></h4>
|
||||
<p>Information about found messages sent on a specific day, used to split the <code>messages</code> in <a href="/constructor/messages.searchResultsCalendar.md">messages.searchResultsCalendar</a> constructors by days.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>searchResultPosition</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
msg_id
|
||||
int
|
||||
|
||||
date
|
||||
int
|
||||
|
||||
offset
|
||||
int
|
||||
|
||||
Type
|
||||
SearchResultsPosition">
|
||||
<meta property="description" content="Information about a message in a specific position">
|
||||
<meta property="og:title" content="searchResultPosition">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
msg_id
|
||||
int
|
||||
|
||||
date
|
||||
int
|
||||
|
||||
offset
|
||||
int
|
||||
|
||||
Type
|
||||
SearchResultsPosition">
|
||||
<meta property="og:description" content="Information about a message in a specific position">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -67,7 +39,8 @@ SearchResultsPosition">
|
|||
<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/searchResultPosition" >searchResultPosition</a></li></ul></div>
|
||||
<h1 id="dev_page_title">searchResultPosition</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Information about a message in a specific position</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 138 <b class="caret"></b></a>
|
||||
|
@ -93,17 +66,17 @@ SearchResultsPosition">
|
|||
<tr>
|
||||
<td><strong>msg_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Message ID</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>date</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>When was the message sent</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>offset</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>0-based message position in the full list of suitable messages</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
<tr>
|
||||
<td><strong>private_forward_name</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.16?<a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Anonymized text to be shown instead of the the user's name on forwarded messages</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -74,7 +74,24 @@
|
|||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/messages.SponsoredMessages">messages.SponsoredMessages</a></p>
|
||||
<hr></div>
|
||||
<hr>
|
||||
<h3><a class="anchor" href="#possible-errors" id="possible-errors" name="possible-errors"><i class="anchor-icon"></i></a>Possible errors</h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Code</th>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>CHANNEL_PRIVATE</td>
|
||||
<td>You haven't joined this channel/supergroup.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
<tr>
|
||||
<td>400</td>
|
||||
<td>INVITE_REQUEST_SENT</td>
|
||||
<td> </td>
|
||||
<td>You have successfully requested to join this chat or channel.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
<tr>
|
||||
<td>400</td>
|
||||
<td>INVITE_REVOKED_MISSING</td>
|
||||
<td> </td>
|
||||
<td>The specified invite link was already revoked or is invalid.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
<tr>
|
||||
<td><strong>request_needed</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.3?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether admin confirmation is required before admitting each separate user into the chat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
|
@ -98,7 +98,7 @@
|
|||
<tr>
|
||||
<td><strong>title</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.4?<a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Description of the invite link, visible only to administrators</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -91,6 +91,11 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>CHANNEL_INVALID</td>
|
||||
<td>The provided channel is invalid.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>MSG_ID_INVALID</td>
|
||||
<td>Invalid message ID provided.</td>
|
||||
</tr>
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
<tr>
|
||||
<td>400</td>
|
||||
<td>STICKERPACK_STICKERS_TOO_MUCH</td>
|
||||
<td> </td>
|
||||
<td>There are too many stickers in this stickerpack, you can't add any more.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
|
@ -108,7 +108,7 @@
|
|||
<tr>
|
||||
<td>400</td>
|
||||
<td>STICKERS_TOO_MUCH</td>
|
||||
<td> </td>
|
||||
<td>There are too many stickers in this stickerpack, you can't add any more.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
|
|
|
@ -1684,7 +1684,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getSearchResultsPositions">messages.getSearchResultsPositions</a></td>
|
||||
<td> </td>
|
||||
<td>Returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation.<br><br>Returns the results in reverse chronological order (i.e., in order of decreasing message_id).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getMessageEditData">messages.getMessageEditData</a></td>
|
||||
|
@ -1732,7 +1732,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getSearchResultsCalendar">messages.getSearchResultsCalendar</a></td>
|
||||
<td>Get information about messages sent on a specific day</td>
|
||||
<td>Returns information about the next messages of the specified type in the chat split by days.<br><br>Returns the results in reverse chronological order. <br>Can return partial results for the last returned day.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.searchGlobal">messages.searchGlobal</a></td>
|
||||
|
|
|
@ -209,7 +209,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/messageActionChatJoinedByRequest">messageActionChatJoinedByRequest</a></td>
|
||||
<td> </td>
|
||||
<td>A user was accepted into the group by an admin</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>SearchResultsCalendarPeriod</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Information about found messages sent on a specific day">
|
||||
<meta property="description" content="Information about found messages sent on a specific day, used to split the messages in messages.searchResultsCalendar constructors by days.">
|
||||
<meta property="og:title" content="SearchResultsCalendarPeriod">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Information about found messages sent on a specific day">
|
||||
<meta property="og:description" content="Information about found messages sent on a specific day, used to split the messages in messages.searchResultsCalendar constructors by days.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -39,7 +39,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/SearchResultsCalendarPeriod" >SearchResultsCalendarPeriod</a></li></ul></div>
|
||||
<h1 id="dev_page_title">SearchResultsCalendarPeriod</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Information about found messages sent on a specific day</p>
|
||||
<div id="dev_page_content"><p>Information about found messages sent on a specific day, used to split the <code>messages</code> in <a href="/constructor/messages.searchResultsCalendar.md">messages.searchResultsCalendar</a> constructors by days.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -64,7 +64,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/searchResultsCalendarPeriod">searchResultsCalendarPeriod</a></td>
|
||||
<td> </td>
|
||||
<td>Information about found messages sent on a specific day, used to split the <code>messages</code> in <a href="/constructor/messages.searchResultsCalendar.md">messages.searchResultsCalendar</a> constructors by days.<br><br>Multiple searchResultsCalendarPeriod constructors are returned in <a href="/constructor/messages.searchResultsCalendar.md">messages.searchResultsCalendar</a>, each containing information about the first, last and total number of messages matching the filter that were sent on a specific day.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.SearchResultsPositions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Information about messages in specific positions">
|
||||
<meta property="description" content="Information about sparse positions of messages">
|
||||
<meta property="og:title" content="messages.SearchResultsPositions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Information about messages in specific positions">
|
||||
<meta property="og:description" content="Information about sparse positions of messages">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -39,7 +39,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/messages.SearchResultsPositions" >messages.SearchResultsPositions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.SearchResultsPositions</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Information about messages in specific positions</p>
|
||||
<div id="dev_page_content"><p>Information about sparse positions of messages</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -68,7 +68,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.searchResultsPositions">messages.searchResultsPositions</a></td>
|
||||
<td> </td>
|
||||
<td>Information about sparse positions of messages</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -83,7 +83,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getSearchResultsPositions">messages.getSearchResultsPositions</a></td>
|
||||
<td> </td>
|
||||
<td>Returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation.<br><br>Returns the results in reverse chronological order (i.e., in order of decreasing message_id).</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue