mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-27 15:00:22 +01:00
Update content of files
This commit is contained in:
parent
5939199c98
commit
551ad32c4a
129 changed files with 169 additions and 169 deletions
|
@ -2598,7 +2598,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>can_manage_chat</td>
|
||||
<td>Boolean</td>
|
||||
<td><em>True</em>, if the administrator can access the chat event log, chat statistics, boost list in channels, message statistics in channels, see channel members, see anonymous administrators in supergroups and ignore slow mode. Implied by any other administrator privilege</td>
|
||||
<td><em>True</em>, if the administrator can access the chat event log, boost list in channels, see channel members, report spam messages, see anonymous administrators in supergroups and ignore slow mode. Implied by any other administrator privilege</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_delete_messages</td>
|
||||
|
@ -2613,7 +2613,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>can_restrict_members</td>
|
||||
<td>Boolean</td>
|
||||
<td><em>True</em>, if the administrator can restrict, ban or unban chat members</td>
|
||||
<td><em>True</em>, if the administrator can restrict, ban or unban chat members, or access supergroup statistics</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_promote_members</td>
|
||||
|
@ -2633,7 +2633,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>can_post_messages</td>
|
||||
<td>Boolean</td>
|
||||
<td><em>Optional</em>. <em>True</em>, if the administrator can post messages in the channel; channels only</td>
|
||||
<td><em>Optional</em>. <em>True</em>, if the administrator can post messages in the channel, or access channel statistics; channels only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_edit_messages</td>
|
||||
|
@ -2744,7 +2744,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>can_manage_chat</td>
|
||||
<td>Boolean</td>
|
||||
<td><em>True</em>, if the administrator can access the chat event log, chat statistics, boost list in channels, message statistics in channels, see channel members, see anonymous administrators in supergroups and ignore slow mode. Implied by any other administrator privilege</td>
|
||||
<td><em>True</em>, if the administrator can access the chat event log, boost list in channels, see channel members, report spam messages, see anonymous administrators in supergroups and ignore slow mode. Implied by any other administrator privilege</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_delete_messages</td>
|
||||
|
@ -2759,7 +2759,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>can_restrict_members</td>
|
||||
<td>Boolean</td>
|
||||
<td><em>True</em>, if the administrator can restrict, ban or unban chat members</td>
|
||||
<td><em>True</em>, if the administrator can restrict, ban or unban chat members, or access supergroup statistics</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_promote_members</td>
|
||||
|
@ -2779,7 +2779,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>can_post_messages</td>
|
||||
<td>Boolean</td>
|
||||
<td><em>Optional</em>. <em>True</em>, if the administrator can post messages in the channel; channels only</td>
|
||||
<td><em>Optional</em>. <em>True</em>, if the administrator can post messages in the channel, or access channel statistics; channels only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_edit_messages</td>
|
||||
|
@ -3067,7 +3067,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>user_chat_id</td>
|
||||
<td>Integer</td>
|
||||
<td>Identifier of a private chat with the user who sent the join request. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. The bot can use this identifier for 24 hours to send messages until the join request is processed, assuming no other administrator contacted the user.</td>
|
||||
<td>Identifier of a private chat with the user who sent the join request. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier. The bot can use this identifier for 5 minutes to send messages until the join request is processed, assuming no other administrator contacted the user.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>date</td>
|
||||
|
@ -5637,19 +5637,7 @@ pre-formatted fixed-width code block written in the Python programming language
|
|||
<td>can_manage_chat</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can access the chat event log, chat statistics, boost list in channels, message statistics in channels, see channel members, see anonymous administrators in supergroups and ignore slow mode. Implied by any other administrator privilege</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_post_messages</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can post messages in the channel; channels only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_edit_messages</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can edit messages of other users and can pin messages; channels only</td>
|
||||
<td>Pass <em>True</em> if the administrator can access the chat event log, boost list in channels, see channel members, report spam messages, see anonymous administrators in supergroups and ignore slow mode. Implied by any other administrator privilege</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_delete_messages</td>
|
||||
|
@ -5658,24 +5646,6 @@ pre-formatted fixed-width code block written in the Python programming language
|
|||
<td>Pass <em>True</em> if the administrator can delete messages of other users</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_post_stories</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can post stories in the channel; channels only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_edit_stories</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can edit stories posted by other users; channels only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_delete_stories</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can delete stories posted by other users; channels only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_manage_video_chats</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
|
@ -5685,7 +5655,7 @@ pre-formatted fixed-width code block written in the Python programming language
|
|||
<td>can_restrict_members</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can restrict, ban or unban chat members</td>
|
||||
<td>Pass <em>True</em> if the administrator can restrict, ban or unban chat members, or access supergroup statistics</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_promote_members</td>
|
||||
|
@ -5706,12 +5676,42 @@ pre-formatted fixed-width code block written in the Python programming language
|
|||
<td>Pass <em>True</em> if the administrator can invite new users to the chat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_post_messages</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can post messages in the channel, or access channel statistics; channels only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_edit_messages</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can edit messages of other users and can pin messages; channels only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_pin_messages</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can pin messages, supergroups only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_post_stories</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can post stories in the channel; channels only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_edit_stories</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can edit stories posted by other users; channels only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_delete_stories</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
<td>Pass <em>True</em> if the administrator can delete stories posted by other users; channels only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>can_manage_topics</td>
|
||||
<td>Boolean</td>
|
||||
<td>Optional</td>
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -170,7 +170,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -1253,7 +1253,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -310,7 +310,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -198,7 +198,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -159,7 +159,7 @@ To get your conversations moving right away, our artists have created a <a href=
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -216,7 +216,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta property="og:title" content="Stories in Channels, View-Once Media and More">
|
||||
<meta property="og:image" content="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a">
|
||||
<meta property="og:site_name" content="Telegram">
|
||||
<meta property="og:description" content="Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.">
|
||||
<meta property="og:description" content="Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music. We've also added a View Once setting to self-destructing media, better login alerts, and several stories with cats wearing watermelons.">
|
||||
<meta property="article:published_time" content="2023-09-22T13:28:17+00:00"><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:image" content="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<meta property="fb:app_id" content="254098051407226">
|
||||
<meta property="vk:app_id" content="3782569">
|
||||
|
@ -166,8 +166,8 @@
|
|||
|
||||
</div>
|
||||
<div class="tl_main_share clearfix">
|
||||
<a href="https://t.me/share/url?url=https%3A%2F%2Ftelegram.org%2Fblog%2Fchannel-stories&text=Channels%20can%20unlock%20posting%20stories%20with%20a%20new%20boost%20system%2C%20while%20stories%20get%20upgraded%20with%20reaction%20stickers%2C%20music%20and%20more." class="tl_telegram_share_btn" id="tl_telegram_share_btn" data-text="Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more." data-url="https://telegram.org/blog/channel-stories"><i class="tl_telegram_share_icon"></i><span class="tl_telegram_share_label" target="_blank">Forward</span></a>
|
||||
<a href="https://twitter.com/share" class="tl_twitter_share_btn" id="tl_twitter_share_btn" data-text="Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more." data-url="https://telegram.org/blog/channel-stories" data-via="Telegram">Tweet <span class="tl_twitter_share_cnt"></span></a>
|
||||
<a href="https://t.me/share/url?url=https%3A%2F%2Ftelegram.org%2Fblog%2Fchannel-stories&text=Channels%20can%20start%20posting%20stories%20thanks%20to%20a%20new%20boost%20system.%20Stories%20now%20have%20reaction%20stickers%20and%20the%20option%20to%20add%20your%20own%20music.%20We%27ve%20also%20added%20a%20View%20Once%20setting%20to%20self-destructing%20media%2C%20better%20login%20alerts%2C%20and%20several%20stories%20with%20cats%20wearing%20watermelons." class="tl_telegram_share_btn" id="tl_telegram_share_btn" data-text="Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music. We've also added a View Once setting to self-destructing media, better login alerts, and several stories with cats wearing watermelons." data-url="https://telegram.org/blog/channel-stories"><i class="tl_telegram_share_icon"></i><span class="tl_telegram_share_label" target="_blank">Forward</span></a>
|
||||
<a href="https://twitter.com/share" class="tl_twitter_share_btn" id="tl_twitter_share_btn" data-text="Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music. We've also added a View Once setting to self-destructing media, better login alerts, and several stories with cats wearing watermelons." data-url="https://telegram.org/blog/channel-stories" data-via="Telegram">Tweet <span class="tl_twitter_share_cnt"></span></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -193,7 +193,7 @@ This way you can quickly see how to [start a Secret Chat](/) on iOS or show one
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -170,7 +170,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -210,7 +210,7 @@ Telegram's expressive **animated emoji** can now be included in the text of mess
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -208,7 +208,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -136,7 +136,7 @@ To name just a few projects that integrated Telegram Passport: <a href="https://
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -199,7 +199,7 @@ If you have a channel with more than <s>1000</s> <b>50 subscribers</b>, you can
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -234,7 +234,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -197,7 +197,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -181,7 +181,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -241,7 +241,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -161,7 +161,7 @@ Spread the love and stay tuned for the next update!
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -245,7 +245,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -215,7 +215,7 @@ you can also download our Android app directly from [telegram.org](https://teleg
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -151,7 +151,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -150,7 +150,7 @@ Without entering this passcode, no one will be able to access your Telegram mess
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -178,7 +178,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -169,7 +169,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -196,7 +196,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -182,7 +182,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -222,7 +222,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -211,7 +211,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -220,7 +220,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -196,7 +196,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -198,7 +198,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -239,7 +239,7 @@ TEST
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -194,7 +194,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -236,7 +236,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
<img class="dev_blog_card_image" src="https://telegram.org/file/400780400873/1/yQiyKrn7_NE.258715/33a6d6c835c123263a" />
|
||||
<div class="dev_blog_card_alltext_wrap">
|
||||
<h4 class="dev_blog_card_title">Stories in Channels, View-Once Media and More</h4>
|
||||
<div class="dev_blog_card_lead">Channels can unlock posting stories with a new boost system, while stories get upgraded with reaction stickers, music and more.</div>
|
||||
<div class="dev_blog_card_lead">Channels can start posting stories thanks to a new boost system. Stories now have reaction stickers and the option to add your own music.…</div>
|
||||
</div>
|
||||
<div class="dev_blog_card_date">Sep 22, 2023</div>
|
||||
</div></a><a class="dev_blog_card_link_wrap" href="/blog/stories"><div class="dev_blog_card_wrap">
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue