Update content of files

This commit is contained in:
GitHub Action 2021-11-23 14:36:01 +00:00
parent 8aa847a4ae
commit 9e7d7f64ed

View file

@ -55,7 +55,7 @@ channels.viewSponsoredMessage channel:InputChannel random_id:bytes = Bool;</code
<p><a href="https://t.me/durov/172">More about sponsored messages on Telegram</a></p>
</blockquote>
<h4><a class="anchor" name="displaying-sponsored-messages" href="#displaying-sponsored-messages"><i class="anchor-icon"></i></a>Displaying sponsored messages</h4>
<p>Sponsored messages should be displayed below all other posts in the channel, after the user scrolls futher down, past the the last message. The Promoted channel or bot specified in the <code>from_id</code> field must be displayed as the author of the message. The message should also contain one of the following buttons at the bottom:</p>
<p>Sponsored messages should be displayed below all other posts in the channel, after the user scrolls futher down, past the last message. The Promoted channel or bot specified in the <code>from_id</code> field must be displayed as the author of the message. The message should also contain one of the following buttons at the bottom:</p>
<ul>
<li><mark><strong>View Bot</strong></mark>, if a bot is being promoted. Tapping the button should open the chat with the bot. If <code>start_param</code> is specified, the app should use the <a href="/bots#deep-linking">deep linking mechanism</a> to open the bot.</li>
<li><mark><strong>View Channel</strong></mark>, if a channel is being promoted. Tapping the button should open the channel.</li>