mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
db47670156
commit
58380f8291
51 changed files with 226 additions and 660 deletions
|
@ -48,12 +48,12 @@ 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.getUnreadReactions">messages.getUnreadReactions</a> - </li>
|
||||
<li>Added <a href="/method/messages.readReactions">messages.readReactions</a> - </li>
|
||||
<li>Added <a href="/method/messages.getUnreadReactions">messages.getUnreadReactions</a> - Get unread reactions to messages you sent</li>
|
||||
<li>Added <a href="/method/messages.readReactions">messages.readReactions</a> - Mark message reactions as read</li>
|
||||
</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/messagePeerReaction">messagePeerReaction</a> - </li>
|
||||
<li>Added <a href="/constructor/messagePeerReaction">messagePeerReaction</a> - How a certain peer reacted to the message</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
|
||||
<ul>
|
||||
|
@ -132,12 +132,12 @@ 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.translateText">messages.translateText</a> - </li>
|
||||
<li>Added <a href="/method/messages.translateText">messages.translateText</a> - Translate a given text</li>
|
||||
</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/messages.translateNoResult">messages.translateNoResult</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.translateResultText">messages.translateResultText</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.translateNoResult">messages.translateNoResult</a> - No translation is available</li>
|
||||
<li>Added <a href="/constructor/messages.translateResultText">messages.translateResultText</a> - Translated text</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
|
||||
<ul>
|
||||
|
@ -156,8 +156,8 @@ Layer…">
|
|||
<li>Added <a href="/method/messages.sendReaction">messages.sendReaction</a> - Send reaction to message</li>
|
||||
<li>Added <a href="/method/messages.getMessagesReactions">messages.getMessagesReactions</a> - Get message reactions</li>
|
||||
<li>Added <a href="/method/messages.getMessageReactionsList">messages.getMessageReactionsList</a> - Get full message reaction list</li>
|
||||
<li>Added <a href="/method/messages.setChatAvailableReactions">messages.setChatAvailableReactions</a> - </li>
|
||||
<li>Added <a href="/method/messages.getAvailableReactions">messages.getAvailableReactions</a> - </li>
|
||||
<li>Added <a href="/method/messages.setChatAvailableReactions">messages.setChatAvailableReactions</a> - Change the set of message reactions that can be used in a certain group, supergroup or channel</li>
|
||||
<li>Added <a href="/method/messages.getAvailableReactions">messages.getAvailableReactions</a> - Obtain available message reactions</li>
|
||||
<li>Added <a href="/method/messages.setDefaultReaction">messages.setDefaultReaction</a> - </li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
|
||||
|
@ -166,10 +166,10 @@ Layer…">
|
|||
<li>Added <a href="/constructor/reactionCount">reactionCount</a> - Reactions</li>
|
||||
<li>Added <a href="/constructor/messageReactions">messageReactions</a> - Message reactions</li>
|
||||
<li>Added <a href="/constructor/messageUserReaction">messageUserReaction</a> - Message reaction</li>
|
||||
<li>Added <a href="/constructor/messages.messageReactionsList">messages.messageReactionsList</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.messageReactionsList">messages.messageReactionsList</a> - List of peers that reacted to a specific message</li>
|
||||
<li>Added <a href="/constructor/availableReaction">availableReaction</a> - Animations associated with a message reaction</li>
|
||||
<li>Added <a href="/constructor/messages.availableReactionsNotModified">messages.availableReactionsNotModified</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.availableReactions">messages.availableReactions</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.availableReactionsNotModified">messages.availableReactionsNotModified</a> - No new reactions are available</li>
|
||||
<li>Added <a href="/constructor/messages.availableReactions">messages.availableReactions</a> - Animations and metadata associated with message reactions</li>
|
||||
<li>Added <a href="/constructor/messageEntitySpoiler">messageEntitySpoiler</a> - Message entity representing a spoiler</li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionChangeAvailableReactions">channelAdminLogEventActionChangeAvailableReactions</a> - The set of allowed message reactions for this channel has changed</li>
|
||||
</ul>
|
||||
|
@ -208,11 +208,11 @@ Layer…">
|
|||
<ul>
|
||||
<li>Added <a href="/method/messages.hideAllChatJoinRequests">messages.hideAllChatJoinRequests</a> - </li>
|
||||
<li>Added <a href="/method/messages.toggleNoForwards">messages.toggleNoForwards</a> - </li>
|
||||
<li>Added <a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a> - </li>
|
||||
<li>Added <a href="/method/channels.getSendAs">channels.getSendAs</a> - </li>
|
||||
<li>Added <a href="/method/account.setAuthorizationTTL">account.setAuthorizationTTL</a> - </li>
|
||||
<li>Added <a href="/method/account.changeAuthorizationSettings">account.changeAuthorizationSettings</a> - </li>
|
||||
<li>Added <a href="/method/channels.deleteParticipantHistory">channels.deleteParticipantHistory</a> - </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/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 authorization settings</li>
|
||||
<li>Added <a href="/method/channels.deleteParticipantHistory">channels.deleteParticipantHistory</a> - Delete all messages sent by a specific participant of a given supergroup</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-methods" id="changed-methods" name="changed-methods"><i class="anchor-icon"></i></a>Changed Methods</h5>
|
||||
<ul>
|
||||
|
@ -237,9 +237,9 @@ Layer…">
|
|||
<li>Added <a href="/constructor/keyboardButtonUserProfile">keyboardButtonUserProfile</a> - Button that links directly to a user profile</li>
|
||||
<li>Added <a href="/constructor/channels.sendAsPeers">channels.sendAsPeers</a> - A list of peers that can be used to send messages in a specific group</li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionToggleNoForwards">channelAdminLogEventActionToggleNoForwards</a> - Forwards were enabled or disabled</li>
|
||||
<li>Added <a href="/constructor/messages.stickerSetNotModified">messages.stickerSetNotModified</a> - </li>
|
||||
<li>Added <a href="/constructor/users.userFull">users.userFull</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.peerSettings">messages.peerSettings</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.stickerSetNotModified">messages.stickerSetNotModified</a> - The stickerset hasn't changed</li>
|
||||
<li>Added <a href="/constructor/users.userFull">users.userFull</a> - Full user information</li>
|
||||
<li>Added <a href="/constructor/messages.peerSettings">messages.peerSettings</a> - Peer settings</li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionSendMessage">channelAdminLogEventActionSendMessage</a> - A message was sent</li>
|
||||
<li>Added <a href="/constructor/auth.codeTypeMissedCall">auth.codeTypeMissedCall</a> - The next time, the authentication code will be delivered via an immediately canceled incoming call, handled manually by the user.</li>
|
||||
<li>Added <a href="/constructor/auth.sentCodeTypeMissedCall">auth.sentCodeTypeMissedCall</a> - The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.</li>
|
||||
|
@ -294,7 +294,7 @@ 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> - </li>
|
||||
<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.hideChatJoinRequest">messages.hideChatJoinRequest</a> - </li>
|
||||
</ul>
|
||||
|
@ -315,7 +315,7 @@ Layer…">
|
|||
<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/messages.searchResultsCalendar">messages.searchResultsCalendar</a> - </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>
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<tr>
|
||||
<td><strong>inactive</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 not set, the reaction can be added to new messages and enabled in chats.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>reaction</strong></td>
|
||||
|
@ -86,7 +86,7 @@
|
|||
<tr>
|
||||
<td><strong>static_icon</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Document">Document</a></td>
|
||||
<td> </td>
|
||||
<td>Static icon for the reaction</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>appear_animation</strong></td>
|
||||
|
|
|
@ -4,36 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messagePeerReaction</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
|
||||
big
|
||||
flags.0?true
|
||||
|
||||
unread
|
||||
flags.1?true
|
||||
|
||||
peer_id…">
|
||||
<meta property="description" content="How a certain peer reacted to the message">
|
||||
<meta property="og:title" content="messagePeerReaction">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
big
|
||||
flags.0?true
|
||||
|
||||
unread
|
||||
flags.1?true
|
||||
|
||||
peer_id…">
|
||||
<meta property="og:description" content="How a certain peer reacted to the message">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -65,7 +39,8 @@ peer_id…">
|
|||
<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/messagePeerReaction" >messagePeerReaction</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messagePeerReaction</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>How a certain peer reacted to the message</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>
|
||||
|
@ -101,17 +76,17 @@ peer_id…">
|
|||
<tr>
|
||||
<td><strong>unread</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>Whether the reaction wasn't yet marked as read by the current user</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>peer_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Peer">Peer</a></td>
|
||||
<td> </td>
|
||||
<td>Peer that reacted to the message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>reaction</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Reaction emoji</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
<tr>
|
||||
<td><strong>can_see_list</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether <a href="/method/messages.getMessageReactionsList">messages.getMessageReactionsList</a> can be used to see how each specific peer reacted to the message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>results</strong></td>
|
||||
|
@ -86,7 +86,7 @@
|
|||
<tr>
|
||||
<td><strong>recent_reactions</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/Vector%20t">Vector</a><<a href="/type/MessagePeerReaction">MessagePeerReaction</a>></td>
|
||||
<td> </td>
|
||||
<td>List of recent peers and their reactions</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -96,7 +96,9 @@
|
|||
<h4><a class="anchor" href="#min-constructors" id="min-constructors" name="min-constructors"><i class="anchor-icon"></i></a><a href="/api/min">Min constructors</a></h4>
|
||||
<p>In some situations user and channel constructors have reduced set of fields present (although id is always there) and min flag set.</p>
|
||||
<h4><a class="anchor" href="#messagesgetmessagesreactions" id="messagesgetmessagesreactions" name="messagesgetmessagesreactions"><i class="anchor-icon"></i></a><a href="/method/messages.getMessagesReactions">messages.getMessagesReactions</a></h4>
|
||||
<p>Get message reactions</p></div>
|
||||
<p>Get message reactions</p>
|
||||
<h4><a class="anchor" href="#messagesgetmessagereactionslist" id="messagesgetmessagereactionslist" name="messagesgetmessagereactionslist"><i class="anchor-icon"></i></a><a href="/method/messages.getMessageReactionsList">messages.getMessageReactionsList</a></h4>
|
||||
<p>Get full message reaction list</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.availableReactions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
int
|
||||
|
||||
reactions
|
||||
Vector<AvailableReaction>
|
||||
|
||||
Type
|
||||
messages.AvailableReactions">
|
||||
<meta property="description" content="Animations and metadata associated with message reactions">
|
||||
<meta property="og:title" content="messages.availableReactions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
int
|
||||
|
||||
reactions
|
||||
Vector<AvailableReaction>
|
||||
|
||||
Type
|
||||
messages.AvailableReactions">
|
||||
<meta property="og:description" content="Animations and metadata associated with message reactions">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -61,7 +39,8 @@ messages.AvailableReactions">
|
|||
<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.availableReactions" >messages.availableReactions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.availableReactions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Animations and metadata associated with message reactions</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>
|
||||
|
@ -87,17 +66,20 @@ messages.AvailableReactions">
|
|||
<tr>
|
||||
<td><strong>hash</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/offsets#hash-generation">Hash for pagination, for more info click here</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>reactions</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/AvailableReaction">AvailableReaction</a>></td>
|
||||
<td> </td>
|
||||
<td>Animations and metadata associated with message reactions</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.AvailableReactions">messages.AvailableReactions</a></p></div>
|
||||
<p><a href="/type/messages.AvailableReactions">messages.AvailableReactions</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>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.availableReactionsNotModified</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.AvailableReactions">
|
||||
<meta property="description" content="No new reactions are available">
|
||||
<meta property="og:title" content="messages.availableReactionsNotModified">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
messages.AvailableReactions">
|
||||
<meta property="og:description" content="No new reactions are available">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -45,7 +39,8 @@ messages.AvailableReactions">
|
|||
<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.availableReactionsNotModified" >messages.availableReactionsNotModified</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.availableReactionsNotModified</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>No new reactions are available</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>
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.messageReactionsList</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
|
||||
count
|
||||
int
|
||||
|
||||
reactions
|
||||
Vector<MessagePeerReaction>…">
|
||||
<meta property="description" content="List of peers that reacted to a specific message">
|
||||
<meta property="og:title" content="messages.messageReactionsList">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
count
|
||||
int
|
||||
|
||||
reactions
|
||||
Vector<MessagePeerReaction>…">
|
||||
<meta property="og:description" content="List of peers that reacted to a specific message">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -61,7 +39,8 @@ Vector<MessagePeerReaction>…">
|
|||
<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.messageReactionsList" >messages.messageReactionsList</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.messageReactionsList</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>List of peers that reacted to a specific message</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>
|
||||
|
@ -92,32 +71,35 @@ Vector<MessagePeerReaction>…">
|
|||
<tr>
|
||||
<td><strong>count</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Total number of reactions matching query</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>reactions</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/MessagePeerReaction">MessagePeerReaction</a>></td>
|
||||
<td> </td>
|
||||
<td>List of peers that reacted to a specific message</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>
|
||||
<tr>
|
||||
<td><strong>next_offset</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>If set, indicates the next offset to use to load more results by invoking <a href="/method/messages.getMessageReactionsList">messages.getMessageReactionsList</a>.</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.MessageReactionsList">messages.MessageReactionsList</a></p></div>
|
||||
<p><a href="/type/messages.MessageReactionsList">messages.MessageReactionsList</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="#messagesgetmessagereactionslist" id="messagesgetmessagereactionslist" name="messagesgetmessagereactionslist"><i class="anchor-icon"></i></a><a href="/method/messages.getMessageReactionsList">messages.getMessageReactionsList</a></h4>
|
||||
<p>Get full message reaction list</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.peerSettings</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
settings
|
||||
PeerSettings
|
||||
|
||||
chats
|
||||
Vector<Chat>
|
||||
|
||||
users
|
||||
Vector<User>
|
||||
|
||||
Type
|
||||
messages.PeerSettings">
|
||||
<meta property="description" content="Peer settings">
|
||||
<meta property="og:title" content="messages.peerSettings">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
settings
|
||||
PeerSettings
|
||||
|
||||
chats
|
||||
Vector<Chat>
|
||||
|
||||
users
|
||||
Vector<User>
|
||||
|
||||
Type
|
||||
messages.PeerSettings">
|
||||
<meta property="og:description" content="Peer settings">
|
||||
<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 @@ messages.PeerSettings">
|
|||
<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.peerSettings" >messages.peerSettings</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.peerSettings</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Peer settings</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 @@ messages.PeerSettings">
|
|||
<tr>
|
||||
<td><strong>settings</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/PeerSettings">PeerSettings</a></td>
|
||||
<td> </td>
|
||||
<td>Peer settings</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>
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.searchResultsCalendar</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
|
||||
inexact
|
||||
flags.0?true
|
||||
|
||||
count
|
||||
int
|
||||
|
||||
min_date
|
||||
int…">
|
||||
<meta property="description" content="Information about found messages sent on a specific day">
|
||||
<meta property="og:title" content="messages.searchResultsCalendar">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
inexact
|
||||
flags.0?true
|
||||
|
||||
count
|
||||
int
|
||||
|
||||
min_date
|
||||
int…">
|
||||
<meta property="og:description" content="Information about found messages sent on a specific day">
|
||||
<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 @@ int…">
|
|||
<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.searchResultsCalendar" >messages.searchResultsCalendar</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.searchResultsCalendar</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Information about found messages sent on a specific day</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>
|
||||
|
@ -98,12 +71,12 @@ int…">
|
|||
<tr>
|
||||
<td><strong>inexact</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, indicates that the results may be inexact</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 results matching query</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>min_date</strong></td>
|
||||
|
@ -133,12 +106,12 @@ int…">
|
|||
<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>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.stickerSetNotModified</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.StickerSet">
|
||||
<meta property="description" content="The stickerset hasn't changed">
|
||||
<meta property="og:title" content="messages.stickerSetNotModified">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
messages.StickerSet">
|
||||
<meta property="og:description" content="The stickerset hasn't changed">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -45,7 +39,8 @@ messages.StickerSet">
|
|||
<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.stickerSetNotModified" >messages.stickerSetNotModified</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.stickerSetNotModified</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The stickerset 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 138 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.translateNoResult</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.TranslatedText">
|
||||
<meta property="description" content="No translation is available">
|
||||
<meta property="og:title" content="messages.translateNoResult">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
messages.TranslatedText">
|
||||
<meta property="og:description" content="No translation is available">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -45,7 +39,8 @@ messages.TranslatedText">
|
|||
<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.translateNoResult" >messages.translateNoResult</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.translateNoResult</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>No translation is available</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>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.translateResultText</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
text
|
||||
string
|
||||
|
||||
Type
|
||||
messages.TranslatedText">
|
||||
<meta property="description" content="Translated text">
|
||||
<meta property="og:title" content="messages.translateResultText">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
text
|
||||
string
|
||||
|
||||
Type
|
||||
messages.TranslatedText">
|
||||
<meta property="og:description" content="Translated text">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ messages.TranslatedText">
|
|||
<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.translateResultText" >messages.translateResultText</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.translateResultText</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Translated text</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>
|
||||
|
@ -81,7 +66,7 @@ messages.TranslatedText">
|
|||
<tr>
|
||||
<td><strong>text</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Translated text</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -81,17 +81,17 @@
|
|||
<tr>
|
||||
<td><strong>chat_invite</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.4?<a href="/type/ChatInvite">ChatInvite</a></td>
|
||||
<td> </td>
|
||||
<td>Information about the chat invite hash specified in <code>chat_invite_hash</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>chat_invite_hash</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>Chat invite</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>channel_post</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Optional link to a channel post if <code>from_id</code> points to a channel</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>start_param</strong></td>
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
<tr>
|
||||
<td><strong>videos</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.6?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Is this a video stickerpack</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>installed_date</strong></td>
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
<tr>
|
||||
<td><strong>emoticon</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.6?<a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Theme emoji</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>installs_count</strong></td>
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
<tr>
|
||||
<td><strong>id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>User ID</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>about</strong></td>
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>users.userFull</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
full_user
|
||||
UserFull
|
||||
|
||||
chats
|
||||
Vector<Chat>
|
||||
|
||||
users
|
||||
Vector<User>
|
||||
|
||||
Type
|
||||
users.UserFull">
|
||||
<meta property="description" content="Full user information">
|
||||
<meta property="og:title" content="users.userFull">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
full_user
|
||||
UserFull
|
||||
|
||||
chats
|
||||
Vector<Chat>
|
||||
|
||||
users
|
||||
Vector<User>
|
||||
|
||||
Type
|
||||
users.UserFull">
|
||||
<meta property="og:description" content="Full user information">
|
||||
<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 @@ users.UserFull">
|
|||
<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/users.userFull" >users.userFull</a></li></ul></div>
|
||||
<h1 id="dev_page_title">users.userFull</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Full user information</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
|
||||
|
@ -93,17 +66,17 @@ users.UserFull">
|
|||
<tr>
|
||||
<td><strong>full_user</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/UserFull">UserFull</a></td>
|
||||
<td> </td>
|
||||
<td>Full user information</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>
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.changeAuthorizationSettings</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
|
||||
hash
|
||||
long
|
||||
|
||||
encrypted_requests_disabled
|
||||
flags.0?Bool…">
|
||||
<meta property="description" content="Change authorization settings">
|
||||
<meta property="og:title" content="account.changeAuthorizationSettings">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
hash
|
||||
long
|
||||
|
||||
encrypted_requests_disabled
|
||||
flags.0?Bool…">
|
||||
<meta property="og:description" content="Change authorization settings">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -61,7 +39,8 @@ flags.0?Bool…">
|
|||
<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/account.changeAuthorizationSettings" >account.changeAuthorizationSettings</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.changeAuthorizationSettings</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Change authorization settings</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>
|
||||
|
@ -100,12 +79,12 @@ flags.0?Bool…">
|
|||
<tr>
|
||||
<td><strong>encrypted_requests_disabled</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/Bool">Bool</a></td>
|
||||
<td> </td>
|
||||
<td>Whether to enable or disable receiving encrypted chats: if the flag is not set, the previous setting is not changed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>call_requests_disabled</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/Bool">Bool</a></td>
|
||||
<td> </td>
|
||||
<td>Whether to enable or disable receiving calls: if the flag is not set, the previous setting is not changed</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<tr>
|
||||
<td><strong>base_theme</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.3?<a href="/type/BaseTheme">BaseTheme</a></td>
|
||||
<td> </td>
|
||||
<td>Indicates a basic theme provided by all clients</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.setAuthorizationTTL</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
authorization_ttl_days
|
||||
int
|
||||
|
||||
Result
|
||||
Bool
|
||||
Possible errors
|
||||
Code
|
||||
Type
|
||||
Description
|
||||
406
|
||||
FR…">
|
||||
<meta property="description" content="Set time-to-live of current session">
|
||||
<meta property="og:title" content="account.setAuthorizationTTL">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
authorization_ttl_days
|
||||
int
|
||||
|
||||
Result
|
||||
Bool
|
||||
Possible errors
|
||||
Code
|
||||
Type
|
||||
Description
|
||||
406
|
||||
FR…">
|
||||
<meta property="og:description" content="Set time-to-live of current session">
|
||||
<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 @@ FR…">
|
|||
<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/account.setAuthorizationTTL" >account.setAuthorizationTTL</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.setAuthorizationTTL</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Set time-to-live of current session</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>
|
||||
|
@ -96,7 +69,7 @@ FR…">
|
|||
<tr>
|
||||
<td><strong>authorization_ttl_days</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Time-to-live of current session in days</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,34 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>channels.deleteParticipantHistory</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
channel
|
||||
InputChannel
|
||||
|
||||
participant
|
||||
InputPeer
|
||||
|
||||
Result
|
||||
messages.AffectedHistory
|
||||
Possible…">
|
||||
<meta property="description" content="Delete all messages sent by a specific participant of a given supergroup">
|
||||
<meta property="og:title" content="channels.deleteParticipantHistory">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
channel
|
||||
InputChannel
|
||||
|
||||
participant
|
||||
InputPeer
|
||||
|
||||
Result
|
||||
messages.AffectedHistory
|
||||
Possible…">
|
||||
<meta property="og:description" content="Delete all messages sent by a specific participant of a given supergroup">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -63,7 +39,8 @@ Possible…">
|
|||
<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/channels.deleteParticipantHistory" >channels.deleteParticipantHistory</a></li></ul></div>
|
||||
<h1 id="dev_page_title">channels.deleteParticipantHistory</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Delete all messages sent by a specific participant of a given supergroup</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>
|
||||
|
@ -91,12 +68,12 @@ Possible…">
|
|||
<tr>
|
||||
<td><strong>channel</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputChannel">InputChannel</a></td>
|
||||
<td> </td>
|
||||
<td>Supergroup</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>participant</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>The participant whose messages should be deleted</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,36 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>channels.getSendAs</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
Result
|
||||
channels.SendAsPeers
|
||||
Possible errors
|
||||
Code
|
||||
Type
|
||||
Description
|
||||
400…">
|
||||
<meta property="description" content="Obtains a list of peers that can be used to send messages in a specific group">
|
||||
<meta property="og:title" content="channels.getSendAs">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
Result
|
||||
channels.SendAsPeers
|
||||
Possible errors
|
||||
Code
|
||||
Type
|
||||
Description
|
||||
400…">
|
||||
<meta property="og:description" content="Obtains a list of peers that can be used to send messages in a specific group">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -65,7 +39,8 @@ Description
|
|||
<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/channels.getSendAs" >channels.getSendAs</a></li></ul></div>
|
||||
<h1 id="dev_page_title">channels.getSendAs</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Obtains a list of peers that can be used to send messages in a specific group</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,7 +68,7 @@ Description
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>The group where we intend to send messages</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
<tr>
|
||||
<td><strong>participant</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Participant whose messages should be reported</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>id</strong></td>
|
||||
|
|
|
@ -93,12 +93,12 @@
|
|||
<tr>
|
||||
<td><strong>min_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Delete all messages newer than this UNIX timestamp</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>max_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.3?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Delete all messages older than this UNIX timestamp</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.getAvailableReactions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
int
|
||||
|
||||
Result
|
||||
messages.AvailableReactions">
|
||||
<meta property="description" content="Obtain available message reactions">
|
||||
<meta property="og:title" content="messages.getAvailableReactions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
hash
|
||||
int
|
||||
|
||||
Result
|
||||
messages.AvailableReactions">
|
||||
<meta property="og:description" content="Obtain available message reactions">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ messages.AvailableReactions">
|
|||
<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.getAvailableReactions" >messages.getAvailableReactions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.getAvailableReactions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Obtain available message reactions</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>
|
||||
|
@ -84,12 +69,15 @@ messages.AvailableReactions">
|
|||
<tr>
|
||||
<td><strong>hash</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/offsets#hash-generation">Hash for pagination, for more info click here</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/messages.AvailableReactions">messages.AvailableReactions</a></p></div>
|
||||
<p><a href="/type/messages.AvailableReactions">messages.AvailableReactions</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>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,44 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.getSearchResultsCalendar</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
filter
|
||||
MessagesFilter
|
||||
|
||||
offset_id
|
||||
int
|
||||
|
||||
offset_date
|
||||
int
|
||||
|
||||
Result
|
||||
mes…">
|
||||
<meta property="description" content="Get information about messages sent on a specific day">
|
||||
<meta property="og:title" content="messages.getSearchResultsCalendar">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
filter
|
||||
MessagesFilter
|
||||
|
||||
offset_id
|
||||
int
|
||||
|
||||
offset_date
|
||||
int
|
||||
|
||||
Result
|
||||
mes…">
|
||||
<meta property="og:description" content="Get information about messages sent on a specific day">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -73,7 +39,8 @@ mes…">
|
|||
<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.getSearchResultsCalendar" >messages.getSearchResultsCalendar</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.getSearchResultsCalendar</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Get information about messages sent on a specific day</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>
|
||||
|
@ -101,22 +68,22 @@ mes…">
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Peer where where to search</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>filter</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/MessagesFilter">MessagesFilter</a></td>
|
||||
<td> </td>
|
||||
<td>Message filter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>offset_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/offsets">Offsets for pagination, for more info click here</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>offset_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/offsets">Offsets for pagination, for more info click here</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -138,7 +105,10 @@ mes…">
|
|||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#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>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,50 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.getUnreadReactions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
offset_id
|
||||
int
|
||||
|
||||
add_offset
|
||||
int
|
||||
|
||||
limit
|
||||
int
|
||||
|
||||
max_id
|
||||
int
|
||||
|
||||
min_id
|
||||
int…">
|
||||
<meta property="description" content="Get unread reactions to messages you sent">
|
||||
<meta property="og:title" content="messages.getUnreadReactions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
offset_id
|
||||
int
|
||||
|
||||
add_offset
|
||||
int
|
||||
|
||||
limit
|
||||
int
|
||||
|
||||
max_id
|
||||
int
|
||||
|
||||
min_id
|
||||
int…">
|
||||
<meta property="og:description" content="Get unread reactions to messages you sent">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -79,7 +39,8 @@ int…">
|
|||
<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.getUnreadReactions" >messages.getUnreadReactions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.getUnreadReactions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Get unread reactions to messages you sent</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>
|
||||
|
@ -110,38 +71,41 @@ int…">
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Peer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>offset_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/offsets">Offsets for pagination, for more info click here</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>add_offset</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/offsets">Offsets for pagination, for more info click here</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>limit</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Maximum number of results to return, <a href="/api/offsets">see pagination</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>max_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Only return reactions for messages up until this message ID</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>min_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Only return reactions for messages starting from this message ID</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/messages.Messages">messages.Messages</a></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="#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>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,28 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.readReactions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
Result
|
||||
messages.AffectedHistory
|
||||
Bots can use this method">
|
||||
<meta property="description" content="Mark message reactions as read">
|
||||
<meta property="og:title" content="messages.readReactions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
Result
|
||||
messages.AffectedHistory
|
||||
Bots can use this method">
|
||||
<meta property="og:description" content="Mark message reactions as read">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -57,7 +39,8 @@ Bots can use this method">
|
|||
<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.readReactions" >messages.readReactions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.readReactions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Mark message reactions as read</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>
|
||||
|
@ -85,7 +68,7 @@ Bots can use this method">
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Peer</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,40 +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="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
send_as
|
||||
InputPeer
|
||||
|
||||
Result
|
||||
Bool
|
||||
Possible errors
|
||||
Code
|
||||
Type
|
||||
Description…">
|
||||
<meta property="description" content="Change the default peer that should be used when sending messages to a specific group">
|
||||
<meta property="og:title" content="messages.saveDefaultSendAs">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
send_as
|
||||
InputPeer
|
||||
|
||||
Result
|
||||
Bool
|
||||
Possible errors
|
||||
Code
|
||||
Type
|
||||
Description…">
|
||||
<meta property="og:description" content="Change the default peer that should be used when sending messages to a specific group">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -69,7 +39,8 @@ Description…">
|
|||
<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><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Change the default peer that should be used when sending messages to a specific group</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>
|
||||
|
@ -98,12 +69,12 @@ Description…">
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Group</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>send_as</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>The default peer that should be used when sending messages to the group</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
<tr>
|
||||
<td><strong>send_as</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.13?<a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Send this message as the specified peer</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
<tr>
|
||||
<td><strong>send_as</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.13?<a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Send this message as the specified peer</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
<tr>
|
||||
<td><strong>send_as</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.13?<a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Send this message as the specified peer</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
<tr>
|
||||
<td><strong>send_as</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.13?<a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Send this message as the specified peer</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.setChatAvailableReactions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
available_reactions
|
||||
Vector<string>
|
||||
|
||||
Result
|
||||
Updates">
|
||||
<meta property="description" content="Change the set of message reactions that can be used in a certain group, supergroup or channel">
|
||||
<meta property="og:title" content="messages.setChatAvailableReactions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
available_reactions
|
||||
Vector<string>
|
||||
|
||||
Result
|
||||
Updates">
|
||||
<meta property="og:description" content="Change the set of message reactions that can be used in a certain group, supergroup or channel">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -61,7 +39,8 @@ Updates">
|
|||
<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.setChatAvailableReactions" >messages.setChatAvailableReactions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.setChatAvailableReactions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Change the set of message reactions that can be used in a certain group, supergroup or channel</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>
|
||||
|
@ -95,12 +74,12 @@ Updates">
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>Group where to apply changes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>available_reactions</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/string">string</a>></td>
|
||||
<td> </td>
|
||||
<td>Allowed reaction emojis</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,34 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.translateText</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
|
||||
peer
|
||||
flags.0?InputPeer
|
||||
|
||||
msg_id
|
||||
flags.0?int
|
||||
…">
|
||||
<meta property="description" content="Translate a given text">
|
||||
<meta property="og:title" content="messages.translateText">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
peer
|
||||
flags.0?InputPeer
|
||||
|
||||
msg_id
|
||||
flags.0?int
|
||||
…">
|
||||
<meta property="og:description" content="Translate a given text">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -63,7 +39,8 @@ flags.0?int
|
|||
<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.translateText" >messages.translateText</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.translateText</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Translate a given text</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>
|
||||
|
@ -107,17 +84,17 @@ flags.0?int
|
|||
<tr>
|
||||
<td><strong>text</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>The text to translate</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>from_lang</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>Two-letter ISO 639-1 language code of the language from which the message is translated, if not set will be autodetected</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>to_lang</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Two-letter ISO 639-1 language code of the language to which the message is translated</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
<tr>
|
||||
<td><strong>rtmp_stream</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether RTMP stream support should be enabled</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<tr>
|
||||
<td><strong>videos</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.4?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether this is a video stickerset</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>user_id</strong></td>
|
||||
|
|
|
@ -2241,11 +2241,11 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/channels.deleteParticipantHistory">channels.deleteParticipantHistory</a></td>
|
||||
<td> </td>
|
||||
<td>Delete all messages sent by a specific participant of a given supergroup</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.changeAuthorizationSettings">account.changeAuthorizationSettings</a></td>
|
||||
<td> </td>
|
||||
<td>Change authorization settings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.toggleNoForwards">messages.toggleNoForwards</a></td>
|
||||
|
@ -2253,11 +2253,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getAvailableReactions">messages.getAvailableReactions</a></td>
|
||||
<td> </td>
|
||||
<td>Obtain available message reactions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a></td>
|
||||
<td> </td>
|
||||
<td>Change the default peer that should be used when sending messages to a specific group</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setDefaultReaction">messages.setDefaultReaction</a></td>
|
||||
|
@ -2265,7 +2265,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getSearchResultsCalendar">messages.getSearchResultsCalendar</a></td>
|
||||
<td> </td>
|
||||
<td>Get information about messages sent on a specific day</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.hideChatJoinRequest">messages.hideChatJoinRequest</a></td>
|
||||
|
@ -2277,23 +2277,23 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.translateText">messages.translateText</a></td>
|
||||
<td> </td>
|
||||
<td>Translate a given text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getUnreadReactions">messages.getUnreadReactions</a></td>
|
||||
<td> </td>
|
||||
<td>Get unread reactions to messages you sent</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.readReactions">messages.readReactions</a></td>
|
||||
<td> </td>
|
||||
<td>Mark message reactions as read</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setChatAvailableReactions">messages.setChatAvailableReactions</a></td>
|
||||
<td> </td>
|
||||
<td>Change the set of message reactions that can be used in a certain group, supergroup or channel</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.getSendAs">channels.getSendAs</a></td>
|
||||
<td> </td>
|
||||
<td>Obtains a list of peers that can be used to send messages in a specific group</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getSearchResultsPositions">messages.getSearchResultsPositions</a></td>
|
||||
|
@ -2301,7 +2301,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.setAuthorizationTTL">account.setAuthorizationTTL</a></td>
|
||||
<td> </td>
|
||||
<td>Set time-to-live of current session</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -642,15 +642,15 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.saveDefaultSendAs">messages.saveDefaultSendAs</a></td>
|
||||
<td> </td>
|
||||
<td>Change the default peer that should be used when sending messages to a specific group</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.setAuthorizationTTL">account.setAuthorizationTTL</a></td>
|
||||
<td> </td>
|
||||
<td>Set time-to-live of current session</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.changeAuthorizationSettings">account.changeAuthorizationSettings</a></td>
|
||||
<td> </td>
|
||||
<td>Change authorization settings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setDefaultReaction">messages.setDefaultReaction</a></td>
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messagePeerReaction">messagePeerReaction</a></td>
|
||||
<td> </td>
|
||||
<td>How a certain peer reacted to the message</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -459,7 +459,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setChatAvailableReactions">messages.setChatAvailableReactions</a></td>
|
||||
<td> </td>
|
||||
<td>Change the set of message reactions that can be used in a certain group, supergroup or channel</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/channels.getSendAs">channels.getSendAs</a></td>
|
||||
<td> </td>
|
||||
<td>Obtains a list of peers that can be used to send messages in a specific group</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -100,11 +100,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.deleteParticipantHistory">channels.deleteParticipantHistory</a></td>
|
||||
<td> </td>
|
||||
<td>Delete all messages sent by a specific participant of a given supergroup</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.readReactions">messages.readReactions</a></td>
|
||||
<td> </td>
|
||||
<td>Mark message reactions as read</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -69,11 +69,11 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.availableReactionsNotModified">messages.availableReactionsNotModified</a></td>
|
||||
<td> </td>
|
||||
<td>No new reactions are available</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.availableReactions">messages.availableReactions</a></td>
|
||||
<td> </td>
|
||||
<td>Animations and metadata associated with message reactions</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -88,7 +88,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getAvailableReactions">messages.getAvailableReactions</a></td>
|
||||
<td> </td>
|
||||
<td>Obtain available message reactions</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.messageReactionsList">messages.messageReactionsList</a></td>
|
||||
<td> </td>
|
||||
<td>List of peers that reacted to a specific message</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getUnreadReactions">messages.getUnreadReactions</a></td>
|
||||
<td> </td>
|
||||
<td>Get unread reactions to messages you sent</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.peerSettings">messages.peerSettings</a></td>
|
||||
<td> </td>
|
||||
<td>Peer settings</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.searchResultsCalendar">messages.searchResultsCalendar</a></td>
|
||||
<td> </td>
|
||||
<td>Information about found messages sent on a specific day</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -83,7 +83,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getSearchResultsCalendar">messages.getSearchResultsCalendar</a></td>
|
||||
<td> </td>
|
||||
<td>Get information about messages sent on a specific day</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.stickerSetNotModified">messages.stickerSetNotModified</a></td>
|
||||
<td> </td>
|
||||
<td>The stickerset hasn't changed</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -69,11 +69,11 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.translateNoResult">messages.translateNoResult</a></td>
|
||||
<td> </td>
|
||||
<td>No translation is available</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.translateResultText">messages.translateResultText</a></td>
|
||||
<td> </td>
|
||||
<td>Translated text</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -88,7 +88,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.translateText">messages.translateText</a></td>
|
||||
<td> </td>
|
||||
<td>Translate a given text</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/users.userFull">users.userFull</a></td>
|
||||
<td> </td>
|
||||
<td>Full user information</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue