mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
Update content of files
This commit is contained in:
parent
91e5b25d50
commit
ebfc987744
1 changed files with 2 additions and 2 deletions
|
@ -6548,7 +6548,7 @@ pre-formatted fixed-width code block written in the Python programming language
|
|||
</tbody>
|
||||
</table>
|
||||
<h4><a class="anchor" name="setmessagereaction" href="#setmessagereaction"><i class="anchor-icon"></i></a>setMessageReaction</h4>
|
||||
<p>Use this method to change the chosen reactions on a message. Service messages can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. In albums, bots must react to the first message. Returns <em>True</em> on success.</p>
|
||||
<p>Use this method to change the chosen reactions on a message. Service messages can't be reacted to. Automatically forwarded messages from a channel to its discussion group have the same available reactions as messages in the channel. Returns <em>True</em> on success.</p>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -6569,7 +6569,7 @@ pre-formatted fixed-width code block written in the Python programming language
|
|||
<td>message_id</td>
|
||||
<td>Integer</td>
|
||||
<td>Yes</td>
|
||||
<td>Identifier of the target message</td>
|
||||
<td>Identifier of the target message. If the message belongs to a media group, reaction is set to the first non-deleted message in the group instead.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>reaction</td>
|
||||
|
|
Loading…
Reference in a new issue