mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-21 23:06:40 +01:00
Update content of files
This commit is contained in:
parent
21841a3b91
commit
fadc651849
2 changed files with 2 additions and 2 deletions
|
@ -619,7 +619,7 @@
|
|||
<tr>
|
||||
<td>shareMessage(msg_id[, callback]) <sup><mark>NEW</mark></sup></td>
|
||||
<td>Function</td>
|
||||
<td><mark>Bot API 8.0+</mark> A method that opens a dialog allowing the user to share a message provided by the bot. If an optional <em>callback</em> parameter is provided, the <em>callback</em> function will be called with a boolean as the first argument, indicating whether the message was successfully sent. The message id passed to this method must belong to a <a href="#preparedinlinemessage">PreparedInlineMessage</a> previously obtained via the Bot API method <a href="#savepreparedinlinemessage">savePreparedInlineMessage</a>.</td>
|
||||
<td><mark>Bot API 8.0+</mark> A method that opens a dialog allowing the user to share a message provided by the bot. If an optional <em>callback</em> parameter is provided, the <em>callback</em> function will be called with a boolean as the first argument, indicating whether the message was successfully sent. The message id passed to this method must belong to a <a href="/bots/api#preparedinlinemessage">PreparedInlineMessage</a> previously obtained via the Bot API method <a href="/bots/api#savepreparedinlinemessage">savePreparedInlineMessage</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>setEmojiStatus(custom_emoji_id[, params, callback])</td>
|
||||
|
|
|
@ -619,7 +619,7 @@
|
|||
<tr>
|
||||
<td>shareMessage(msg_id[, callback]) <sup><mark>NEW</mark></sup></td>
|
||||
<td>Function</td>
|
||||
<td><mark>Bot API 8.0+</mark> A method that opens a dialog allowing the user to share a message provided by the bot. If an optional <em>callback</em> parameter is provided, the <em>callback</em> function will be called with a boolean as the first argument, indicating whether the message was successfully sent. The message id passed to this method must belong to a <a href="#preparedinlinemessage">PreparedInlineMessage</a> previously obtained via the Bot API method <a href="#savepreparedinlinemessage">savePreparedInlineMessage</a>.</td>
|
||||
<td><mark>Bot API 8.0+</mark> A method that opens a dialog allowing the user to share a message provided by the bot. If an optional <em>callback</em> parameter is provided, the <em>callback</em> function will be called with a boolean as the first argument, indicating whether the message was successfully sent. The message id passed to this method must belong to a <a href="/bots/api#preparedinlinemessage">PreparedInlineMessage</a> previously obtained via the Bot API method <a href="/bots/api#savepreparedinlinemessage">savePreparedInlineMessage</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>setEmojiStatus(custom_emoji_id[, params, callback])</td>
|
||||
|
|
Loading…
Reference in a new issue