mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-25 00:38:33 +01:00
Update content of files
This commit is contained in:
parent
bc99d46706
commit
a38ad0cf4b
1 changed files with 5 additions and 5 deletions
|
@ -104,27 +104,27 @@
|
|||
<tr>
|
||||
<td><strong>select_animation</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Document">Document</a></td>
|
||||
<td>The animated sticker to show when the user selects this reaction</td>
|
||||
<td>The animated sticker to show when the user hovers over this reaction in the quick reaction menu or reaction dropdown (not from the list of reactions added by other users)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>activate_animation</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Document">Document</a></td>
|
||||
<td>The animated sticker to show when the reaction is chosen and activated</td>
|
||||
<td>The animated sticker to show when the user presses on a reaction in the quick reaction menu or reaction dropdown (not from the list of reactions added by other users)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>effect_animation</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Document">Document</a></td>
|
||||
<td>The background effect (still an animated sticker) to play under the <code>activate_animation</code>, when the reaction is chosen and activated</td>
|
||||
<td>The background effect (still an animated sticker) to play under the <code>activate_animation</code>, when the reaction is chosen and activated when the user presses on it</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>around_animation</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/Document">Document</a></td>
|
||||
<td>The animation that plays around the button when you press an existing reaction (played together with <code>center_icon</code>).</td>
|
||||
<td>The animation that plays around the button when you press an existing reaction in the list of reactions added by other users (played together with <code>center_icon</code>).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>center_icon</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/Document">Document</a></td>
|
||||
<td>The animation of the emoji inside the button when you press an existing reaction (played together with <code>around_animation</code>).</td>
|
||||
<td>The animation of the emoji inside the button when you press an existing reaction in the list of reactions added by other users (played together with <code>around_animation</code>).</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue