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
2a9690332a
commit
c6dc970ddd
3 changed files with 39 additions and 4 deletions
|
@ -71,12 +71,15 @@
|
|||
<h4><a class="anchor" name="animated-stickers" href="#animated-stickers"><i class="anchor-icon"></i></a>Animated Stickers</h4>
|
||||
<p>Must be in <strong>TGS</strong> format, created using the <a href="https://github.com/TelegramMessenger/bodymovin-extension">Bodymovin-TG plugin for Adobe After Effects</a>.</p>
|
||||
<blockquote>
|
||||
<p><strong>Note:</strong> Animated webp is <strong>NOT</strong> supported, only static webp is supported for <a href="#static-stickers">static stickers</a>. Animated stickers must be in <strong>TGS</strong> format.</p>
|
||||
<p><strong>Note:</strong> Animated <em>.WEBP</em> is <strong>NOT</strong> currently supported, only static <em>.WEBP</em> is supported for <a href="#static-stickers">static stickers</a>. Animated stickers must be in <strong>.TGS</strong> format. You can also import <strong>.WEBM</strong> <a href="#video-stickers">video stickers</a>.</p>
|
||||
</blockquote>
|
||||
<p>Max. size: <strong>64 KB</strong><br>Dimensions: <strong>512x512 px</strong><br>FPS: <strong>30-60 FPS</strong><br>Max. duration: <strong>3 seconds</strong></p>
|
||||
<blockquote>
|
||||
<p>For full technical details on Telegram animated stickers, see <a href="https://core.telegram.org/animated_stickers">this page</a>.</p>
|
||||
<p>For full technical details on Telegram animated stickers, see <a href="https://core.telegram.org/stickers#animated-stickers">this page</a>.</p>
|
||||
</blockquote>
|
||||
<h4><a class="anchor" name="video-stickers" href="#video-stickers"><i class="anchor-icon"></i></a>Video Stickers</h4>
|
||||
<p>Must be in <strong>WEBM</strong> format with <a href="https://core.telegram.org/stickers/webm-vp9-encoding">VP9 and alpha channel encoding</a> (transparency is a temporary requirement).</p>
|
||||
<p>Max. size: <strong>256 KB</strong><br>Max. dimensions: <strong>512x512 px</strong>, at least one side of the image must be 512px.<br>FPS: <strong>24</strong><br>Max. duration: <strong>3 seconds</strong></p>
|
||||
<h4><a class="anchor" name="static-stickers" href="#static-stickers"><i class="anchor-icon"></i></a>Static Stickers</h4>
|
||||
<p>Must be in <strong>PNG</strong> or <strong>WEBP</strong> format with a <strong>transparent layer</strong>. All static stickers should use <strong>white stroke</strong> and <strong>shadow</strong>, exactly like in this example: <a href="https://telegram.org/img/StickerExample.psd">StickerExample.psd</a></p>
|
||||
<p>Max. size: <strong>512 KB</strong><br>Max. dimensions: <strong>512x512 px</strong>, at least one side of the image must be 512px.</p>
|
||||
|
|
|
@ -71,12 +71,15 @@
|
|||
<h4><a class="anchor" name="animated-stickers" href="#animated-stickers"><i class="anchor-icon"></i></a>Animated Stickers</h4>
|
||||
<p>Must be in <strong>TGS</strong> format, created using the <a href="https://github.com/TelegramMessenger/bodymovin-extension">Bodymovin-TG plugin for Adobe After Effects</a>.</p>
|
||||
<blockquote>
|
||||
<p><strong>Note:</strong> Animated webp is <strong>NOT</strong> supported, only static webp is supported for <a href="#static-stickers">static stickers</a>. Animated stickers must be in <strong>TGS</strong> format.</p>
|
||||
<p><strong>Note:</strong> Animated <em>.WEBP</em> is <strong>NOT</strong> currently supported, only static <em>.WEBP</em> is supported for <a href="#static-stickers">static stickers</a>. Animated stickers must be in <strong>.TGS</strong> format. You can also import <strong>.WEBM</strong> <a href="#video-stickers">video stickers</a>.</p>
|
||||
</blockquote>
|
||||
<p>Max. size: <strong>64 KB</strong><br>Dimensions: <strong>512x512 px</strong><br>FPS: <strong>30-60 FPS</strong><br>Max. duration: <strong>3 seconds</strong></p>
|
||||
<blockquote>
|
||||
<p>For full technical details on Telegram animated stickers, see <a href="https://core.telegram.org/animated_stickers">this page</a>.</p>
|
||||
<p>For full technical details on Telegram animated stickers, see <a href="https://core.telegram.org/stickers#animated-stickers">this page</a>.</p>
|
||||
</blockquote>
|
||||
<h4><a class="anchor" name="video-stickers" href="#video-stickers"><i class="anchor-icon"></i></a>Video Stickers</h4>
|
||||
<p>Must be in <strong>WEBM</strong> format with <a href="https://core.telegram.org/stickers/webm-vp9-encoding">VP9 and alpha channel encoding</a> (transparency is a temporary requirement).</p>
|
||||
<p>Max. size: <strong>256 KB</strong><br>Max. dimensions: <strong>512x512 px</strong>, at least one side of the image must be 512px.<br>FPS: <strong>24</strong><br>Max. duration: <strong>3 seconds</strong></p>
|
||||
<h4><a class="anchor" name="static-stickers" href="#static-stickers"><i class="anchor-icon"></i></a>Static Stickers</h4>
|
||||
<p>Must be in <strong>PNG</strong> or <strong>WEBP</strong> format with a <strong>transparent layer</strong>. All static stickers should use <strong>white stroke</strong> and <strong>shadow</strong>, exactly like in this example: <a href="https://telegram.org/img/StickerExample.psd">StickerExample.psd</a></p>
|
||||
<p>Max. size: <strong>512 KB</strong><br>Max. dimensions: <strong>512x512 px</strong>, at least one side of the image must be 512px.</p>
|
||||
|
|
|
@ -68,8 +68,37 @@
|
|||
</div>
|
||||
-->
|
||||
|
||||
<!--
|
||||
### 2022
|
||||
|
||||
----
|
||||
#### January 2022
|
||||
|
||||
|
||||
|
||||
----
|
||||
-->
|
||||
|
||||
<h3><a class="anchor" name="2021" href="#2021"><i class="anchor-icon"></i></a>2021</h3>
|
||||
<hr>
|
||||
<h4><a class="anchor" name="december-2021-second-update" href="#december-2021-second-update"><i class="anchor-icon"></i></a>December 2021, Second Update</h4>
|
||||
<p><strong><a href="https://telegram.org/blog/reactions-spoilers-translations">Reactions, Spoilers, Translation and QR Codes</a></strong></p>
|
||||
<p>Telegram’s unique <a href="https://telegram.org/evolution#september-2021">interactive emoji</a> became available as <strong>reactions</strong> – giving users the ability to directly share their feelings on messages.</p>
|
||||
<p><strong>Spoiler formatting</strong> was introduced, allowing anyone to hide parts of a message under a special animation.</p>
|
||||
<p>Message translation was brought to <strong>Settings > Language</strong>, adding a dedicated button to <strong>translate any message</strong> directly in the app.</p>
|
||||
<p>Customizable <strong>QR codes</strong> were included for all <strong>public usernames</strong> – including users, groups, channels and bots – to quickly share a chat in any app.</p>
|
||||
<div class="blog_image_wrap blog_medium_image_wrap">
|
||||
<a href="https://telegram.org/blog/reactions-spoilers-translations" target="_blank"><img src="https://telegram.org/file/464001488/d35b/oNi_rR0In0o.124097/c74f7d759893b78bfb" title="In December 2021, the eggplant went to a better place" alt="Reactions, Spoilers, Translation and QR Codes" srcset="https://telegram.org/file/464001488/d35b/oNi_rR0In0o.124097/c74f7d759893b78bfb , 2x" /></a>
|
||||
</div>
|
||||
|
||||
<p><strong>On Telegram since December 30, 2021:</strong></p>
|
||||
<ul>
|
||||
<li><strong><a href="https://telegram.org/blog/reactions-spoilers-translations#reactions">Reactions</a></strong></li>
|
||||
<li><strong><a href="https://telegram.org/blog/reactions-spoilers-translations#spoilers">Spoilers</a></strong></li>
|
||||
<li><strong><a href="https://telegram.org/blog/reactions-spoilers-translations#message-translation">Message Translation</a></strong></li>
|
||||
<li><strong><a href="https://telegram.org/blog/reactions-spoilers-translations#themed-qr-codes">Themed QR Codes</a></strong></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h4><a class="anchor" name="december-2021-first-update" href="#december-2021-first-update"><i class="anchor-icon"></i></a>December 2021, First Update</h4>
|
||||
<p><strong><a href="https://telegram.org/blog/protected-content-delete-by-date-and-more">Protected Content, Delete by Date, Device Management and More</a></strong></p>
|
||||
<p>A new setting was added to <strong>Groups and Channels</strong> that allows creators to keep their content exclusive by <strong>restricting message forwarding</strong> – while also <strong>preventing screenshots</strong> and limiting the ability to <strong>save media</strong>.</p>
|
||||
|
|
Loading…
Reference in a new issue