Update content of files

This commit is contained in:
GitHub Action 2022-11-08 16:02:13 +00:00
parent bc99d46706
commit a38ad0cf4b

View file

@ -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>