mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 23:38:26 +01:00
Update content of files
This commit is contained in:
parent
ad60503604
commit
731126fcd5
2 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@
|
|||
<div class="dev_page_bread_crumbs"></div>
|
||||
<h1 id="dev_page_title">Version history</h1>
|
||||
|
||||
<div id="dev_page_content"><h3><a class="anchor" name="v10-2-2-2023-11-04" href="#v10-2-2-2023-11-04"><i class='anchor-icon'></i></a>10.2.2 <strong>2023-11-04</strong></h3>
|
||||
<div id="dev_page_content"><h3><a class="anchor" name="v10-2-3-2023-11-09" href="#v10-2-3-2023-11-09"><i class='anchor-icon'></i></a>10.2.3 <strong>2023-11-09</strong></h3>
|
||||
<ul>
|
||||
<li>Bug fixes, minor improvements, and more.</li>
|
||||
</ul>
|
||||
|
|
|
@ -6723,9 +6723,9 @@ getMessage chat_id:int53 message_id:int53 = Message;
|
|||
//@description Returns information about a message, if it is available without sending network request. This is an offline request @chat_id Identifier of the chat the message belongs to @message_id Identifier of the message to get
|
||||
getMessageLocally chat_id:int53 message_id:int53 = Message;
|
||||
|
||||
//@description Returns information about a message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message,
|
||||
//@description Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message,
|
||||
//-the message with a previously set same background, and the topic creation message for messages of the types
|
||||
//-messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without replied message respectively
|
||||
//-messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without non-bundled replied message respectively
|
||||
//@chat_id Identifier of the chat the message belongs to
|
||||
//@message_id Identifier of the reply message
|
||||
getRepliedMessage chat_id:int53 message_id:int53 = Message;
|
||||
|
|
Loading…
Reference in a new issue