mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-22 00:45:12 +01:00
Update content of files
This commit is contained in:
parent
583044840e
commit
0dc8d0df14
4 changed files with 133 additions and 116 deletions
|
@ -79,9 +79,10 @@
|
|||
<ul>
|
||||
<li><a href="/api/stories#weather">Weather media areas »</a></li>
|
||||
<li><a href="/api/stars#buying-or-gifting-stars">Telegram Star gifts »</a></li>
|
||||
<li><a href="/api/search#apps-tab">Mini App Store »</a></li>
|
||||
<li><a href="/api/bots/webapps#main-mini-apps">Main Mini Apps »</a></li>
|
||||
<li><a href="/api/bots/webapps#main-mini-app-previews">Main Mini App previews »</a></li>
|
||||
<li><a href="/api/search#apps-tab">Mini App Store »</a></li>
|
||||
<li>Mini App deep links were removed and replaced with <a href="/api/links#main-mini-app-links">Main Mini App deep links »</a>: (i.e. the syntax of Main Mini App links is equal to the one previously used for Mini App links, but the handling logic has changed).</li>
|
||||
<li>Allow specifying the exact frame to use for video thumbnails/static previews through the new <a href="/constructor/documentAttributeVideo">documentAttributeVideo</a>.<code>video_start_ts</code> parameter (especially useful for stories).</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" href="#schema-changes" id="schema-changes" name="schema-changes"><i class="anchor-icon"></i></a>Schema changes</h4>
|
||||
|
|
|
@ -1276,7 +1276,7 @@ tg://resolve?domain=<bot_username>&startapp=<start_parameter>&am
|
|||
<pre><code>t.me/<bot_username>/<short_name>?startapp=<start_parameter>&mode=<mode></code></pre>
|
||||
<p><code>tg:</code> syntax:</p>
|
||||
<pre><code>tg://resolve?domain=<bot_username>&appname=<short_name>&startapp=<start_parameter>&mode=<mode></code></pre>
|
||||
<p>Note that <a href="#mini-app-links">Mini App links</a> have a similar syntax, <em>without</em> a <code>short_name</code> parameter. </p>
|
||||
<p>Note that <a href="#main-mini-app-links">Main Mini App links</a> have a similar syntax, <em>without</em> a <code>short_name</code> parameter. </p>
|
||||
<p>Parameters: </p>
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.getExtendedMedia</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Get information about extended media">
|
||||
<meta property="description" content="Fetch updated information about paid media, see here » for the full flow. This method will return an array of updateMessageExtendedMedia updates, only for messages containing already bought paid media. No information will be returned for messages containing not yet bought paid media.">
|
||||
<meta property="og:title" content="messages.getExtendedMedia">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Get information about extended media">
|
||||
<meta property="og:description" content="Fetch updated information about paid media, see here » for the full flow. This method will return an array of updateMessageExtendedMedia updates, only for messages containing already bought paid media. No information will be returned for messages containing not yet bought paid media.">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -44,7 +44,7 @@
|
|||
|
||||
<div id="dev_page_content"><p>Fetch updated information about <a href="/api/paid-media">paid media, see here »</a> for the full flow.</p>
|
||||
<p>This method will return an array of <a href="/constructor/updateMessageExtendedMedia">updateMessageExtendedMedia</a> updates, only for messages containing <strong>already bought</strong> paid media.<br>
|
||||
No information will be returned for messages containing not yet bought paid media. </p>
|
||||
No information will be returned for messages containing not yet bought paid media.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -89,7 +89,12 @@ No information will be returned for messages containing not yet bought paid medi
|
|||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/Updates">Updates</a></p></div>
|
||||
<p><a href="/type/Updates">Updates</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#paid-media" id="paid-media" name="paid-media"><i class="anchor-icon"></i></a><a href="/api/paid-media">Paid media</a></h4>
|
||||
<p>Content creators can accept <a href="/api/stars">Stars</a> by publishing <strong>paid photos or videos</strong> on their channels. Subscribers will be allowed to view such posts only after paying the author to unlock them.</p>
|
||||
<h4><a class="anchor" href="#updatemessageextendedmedia" id="updatemessageextendedmedia" name="updatemessageextendedmedia"><i class="anchor-icon"></i></a><a href="/constructor/updateMessageExtendedMedia">updateMessageExtendedMedia</a></h4>
|
||||
<p>You <a href="/api/paid-media">bought a paid media »</a>: this update contains the revealed media.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -509,6 +509,100 @@ Look for updates of telegram's terms of service…">
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-main-mini-bot-apps--and-the-mini-app-store" id="working-with-main-mini-bot-apps--and-the-mini-app-store" name="working-with-main-mini-bot-apps--and-the-mini-app-store"><i class="anchor-icon"></i></a>Working with <a href="/api/bots/webapps#main-mini-apps">Main Mini Bot Apps »</a> and the <a href="/api/search#apps-tab">Mini App Store</a></h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/bots.getPopularAppBots">bots.getPopularAppBots</a></td>
|
||||
<td>Fetch popular <a href="/api/bots/webapps#main-mini-apps">Main Mini Apps</a>, to be used in the <a href="/api/search#apps-tab">apps tab of global search »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.addPreviewMedia">bots.addPreviewMedia</a></td>
|
||||
<td>Add a <a href="/api/bots/webapps#main-mini-app-previews">main mini app preview, see here »</a> for more info.<br><br>Only owners of bots with a configured Main Mini App can use this method, see <a href="/api/bots/webapps#main-mini-app-previews">see here »</a> for more info on how to check if you can invoke this method.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.editPreviewMedia">bots.editPreviewMedia</a></td>
|
||||
<td>Edit a <a href="/api/bots/webapps#main-mini-app-previews">main mini app preview, see here »</a> for more info.<br><br>Only owners of bots with a configured Main Mini App can use this method, see <a href="/api/bots/webapps#main-mini-app-previews">see here »</a> for more info on how to check if you can invoke this method.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.deletePreviewMedia">bots.deletePreviewMedia</a></td>
|
||||
<td>Delete a <a href="/api/bots/webapps#main-mini-app-previews">main mini app preview, see here »</a> for more info.<br><br>Only owners of bots with a configured Main Mini App can use this method, see <a href="/api/bots/webapps#main-mini-app-previews">see here »</a> for more info on how to check if you can invoke this method.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.reorderPreviewMedias">bots.reorderPreviewMedias</a></td>
|
||||
<td>Reorder a <a href="/api/bots/webapps#main-mini-app-previews">main mini app previews, see here »</a> for more info.<br><br>Only owners of bots with a configured Main Mini App can use this method, see <a href="/api/bots/webapps#main-mini-app-previews">see here »</a> for more info on how to check if you can invoke this method.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.getPreviewInfo">bots.getPreviewInfo</a></td>
|
||||
<td>Bot owners only, fetch <a href="/api/bots/webapps#main-mini-app-previews">main mini app preview information, see here »</a> for more info.<br><br>Note: technically non-owners may also invoke this method, but it will always behave exactly as <a href="/method/bots.getPreviewMedias">bots.getPreviewMedias</a>, returning only previews for the current language and an empty <code>lang_codes</code> array, regardless of the passed <code>lang_code</code>, so please only use <a href="/method/bots.getPreviewMedias">bots.getPreviewMedias</a> if you're not the owner of the <code>bot</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.getPreviewMedias">bots.getPreviewMedias</a></td>
|
||||
<td>Fetch <a href="/api/bots/webapps#main-mini-app-previews">main mini app previews, see here »</a> for more info.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.requestMainWebView">messages.requestMainWebView</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-mini-bot-apps-" id="working-with-mini-bot-apps-" name="working-with-mini-bot-apps-"><i class="anchor-icon"></i></a>Working with <a href="/api/bots/webapps">Mini Bot Apps »</a></h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.requestWebView">messages.requestWebView</a></td>
|
||||
<td>Open a <a href="/bots/webapps">bot mini app</a>, sending over user information after user confirmation.<br><br>After calling this method, until the user closes the webview, <a href="/method/messages.prolongWebView">messages.prolongWebView</a> must be called every 60 seconds.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.prolongWebView">messages.prolongWebView</a></td>
|
||||
<td>Indicate to the server (from the user side) that the user is still using a web app.<br><br>If the method returns a <code>QUERY_ID_INVALID</code> error, the webview must be closed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.requestSimpleWebView">messages.requestSimpleWebView</a></td>
|
||||
<td>Open a <a href="/api/bots/webapps">bot mini app</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.sendWebViewResultMessage">messages.sendWebViewResultMessage</a></td>
|
||||
<td>Terminate webview interaction started with <a href="/method/messages.requestWebView">messages.requestWebView</a>, sending the specified message to the chat on behalf of the user.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.sendWebViewData">messages.sendWebViewData</a></td>
|
||||
<td>Used by the user to relay data from an opened <a href="/api/bots/webapps">reply keyboard bot mini app</a> to the bot that owns it.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.requestAppWebView">messages.requestAppWebView</a></td>
|
||||
<td>Open a <a href="/bots/webapps">bot mini app</a> from a <a href="/api/links#direct-mini-app-links">direct Mini App deep link</a>, sending over user information after user confirmation.<br><br>After calling this method, until the user closes the webview, <a href="/method/messages.prolongWebView">messages.prolongWebView</a> must be called every 60 seconds.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getBotApp">messages.getBotApp</a></td>
|
||||
<td>Obtain information about a <a href="/api/bots/webapps#direct-link-mini-apps">direct link Mini App</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.canSendMessage">bots.canSendMessage</a></td>
|
||||
<td>Check whether the specified bot can send us messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.allowSendMessage">bots.allowSendMessage</a></td>
|
||||
<td>Allow the specified bot to send us messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.invokeWebViewCustomMethod">bots.invokeWebViewCustomMethod</a></td>
|
||||
<td>Send a custom request from a <a href="/api/bots/webapps">mini bot app</a>, triggered by a <a href="/api/web-events#web-app-invoke-custom-method">web_app_invoke_custom_method event »</a>.<br><br>The response should be sent using a <a href="/api/bots/webapps#custom-method-invoked">custom_method_invoked</a> event, <a href="/api/web-events#web-app-invoke-custom-method">see here »</a> for more info on the flow.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-seamless-telegram-login" id="working-with-seamless-telegram-login" name="working-with-seamless-telegram-login"><i class="anchor-icon"></i></a>Working with <a href="/api/url-authorization">Seamless Telegram Login</a></h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
@ -712,6 +806,26 @@ Look for updates of telegram's terms of service…">
|
|||
<td><a href="/method/payments.refundStarsCharge">payments.refundStarsCharge</a></td>
|
||||
<td>Refund a <a href="/api/stars">Telegram Stars</a> transaction, see <a href="/api/payments#6-refunds">here »</a> for more info.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/payments.getStarsRevenueStats">payments.getStarsRevenueStats</a></td>
|
||||
<td>Get <a href="/api/stars">Telegram Star revenue statistics »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/payments.getStarsRevenueWithdrawalUrl">payments.getStarsRevenueWithdrawalUrl</a></td>
|
||||
<td>Withdraw funds from a channel or bot's <a href="/api/stars#withdrawing-revenue">star balance »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/payments.getStarsRevenueAdsAccountUrl">payments.getStarsRevenueAdsAccountUrl</a></td>
|
||||
<td>Returns a URL for a Telegram Ad platform account that can be used to set up advertisements for channel/bot in <code>peer</code>, paid using the Telegram Stars owned by the specified <code>peer</code>, see <a href="/api/stars#paying-for-ads">here »</a> for more info.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/payments.getStarsTransactionsByID">payments.getStarsTransactionsByID</a></td>
|
||||
<td>Obtain info about <a href="/api/stars#balance-and-transaction-history">Telegram Star transactions »</a> using specific transaction IDs.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/payments.getStarsGiftOptions">payments.getStarsGiftOptions</a></td>
|
||||
<td>Obtain a list of <a href="/api/stars#buying-or-gifting-stars">Telegram Stars gift options »</a> as <a href="/constructor/starsGiftOption">starsGiftOption</a> constructors.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-voip-calls" id="working-with-voip-calls" name="working-with-voip-calls"><i class="anchor-icon"></i></a>Working with <a href="/api/end-to-end/voice-calls">VoIP calls</a></h3>
|
||||
|
@ -1429,10 +1543,6 @@ Look for updates of telegram's terms of service…">
|
|||
<td>Upload a file and associate it to a chat (without actually sending it to the chat)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getExtendedMedia">messages.getExtendedMedia</a></td>
|
||||
<td>Get information about extended media</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getDocumentByHash">messages.getDocumentByHash</a></td>
|
||||
<td>Get a document by its SHA256 hash, mainly used for gifs</td>
|
||||
</tr>
|
||||
|
@ -1795,7 +1905,7 @@ Look for updates of telegram's terms of service…">
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-mini-bot-apps-" id="working-with-mini-bot-apps-" name="working-with-mini-bot-apps-"><i class="anchor-icon"></i></a>Working with <a href="/bots/webapps">mini bot apps »</a></h3>
|
||||
<h3><a class="anchor" href="#working-with-paid-media" id="working-with-paid-media" name="working-with-paid-media"><i class="anchor-icon"></i></a>Working with <a href="/api/paid-media">paid media</a></h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -1805,44 +1915,8 @@ Look for updates of telegram's terms of service…">
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.requestWebView">messages.requestWebView</a></td>
|
||||
<td>Open a <a href="/bots/webapps">bot mini app</a>, sending over user information after user confirmation.<br><br>After calling this method, until the user closes the webview, <a href="/method/messages.prolongWebView">messages.prolongWebView</a> must be called every 60 seconds.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.prolongWebView">messages.prolongWebView</a></td>
|
||||
<td>Indicate to the server (from the user side) that the user is still using a web app.<br><br>If the method returns a <code>QUERY_ID_INVALID</code> error, the webview must be closed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.requestSimpleWebView">messages.requestSimpleWebView</a></td>
|
||||
<td>Open a <a href="/api/bots/webapps">bot mini app</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.sendWebViewResultMessage">messages.sendWebViewResultMessage</a></td>
|
||||
<td>Terminate webview interaction started with <a href="/method/messages.requestWebView">messages.requestWebView</a>, sending the specified message to the chat on behalf of the user.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.sendWebViewData">messages.sendWebViewData</a></td>
|
||||
<td>Used by the user to relay data from an opened <a href="/api/bots/webapps">reply keyboard bot mini app</a> to the bot that owns it.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.requestAppWebView">messages.requestAppWebView</a></td>
|
||||
<td>Open a <a href="/bots/webapps">bot mini app</a> from a <a href="/api/links#direct-mini-app-links">direct Mini App deep link</a>, sending over user information after user confirmation.<br><br>After calling this method, until the user closes the webview, <a href="/method/messages.prolongWebView">messages.prolongWebView</a> must be called every 60 seconds.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getBotApp">messages.getBotApp</a></td>
|
||||
<td>Obtain information about a <a href="/api/bots/webapps#direct-link-mini-apps">direct link Mini App</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.canSendMessage">bots.canSendMessage</a></td>
|
||||
<td>Check whether the specified bot can send us messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.allowSendMessage">bots.allowSendMessage</a></td>
|
||||
<td>Allow the specified bot to send us messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.invokeWebViewCustomMethod">bots.invokeWebViewCustomMethod</a></td>
|
||||
<td>Send a custom request from a <a href="/api/bots/webapps">mini bot app</a>, triggered by a <a href="/api/web-events#web-app-invoke-custom-method">web_app_invoke_custom_method event »</a>.<br><br>The response should be sent using a <a href="/api/bots/webapps#custom-method-invoked">custom_method_invoked</a> event, <a href="/api/web-events#web-app-invoke-custom-method">see here »</a> for more info on the flow.</td>
|
||||
<td><a href="/method/messages.getExtendedMedia">messages.getExtendedMedia</a></td>
|
||||
<td>Fetch updated information about <a href="/api/paid-media">paid media, see here »</a> for the full flow.<br><br>This method will return an array of <a href="/constructor/updateMessageExtendedMedia">updateMessageExtendedMedia</a> updates, only for messages containing <strong>already bought</strong> paid media. <br>No information will be returned for messages containing not yet bought paid media.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -2162,6 +2236,10 @@ Look for updates of telegram's terms of service…">
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/stories.searchPosts">stories.searchPosts</a></td>
|
||||
<td>Globally search for <a href="/api/stories">stories</a> using a hashtag or a <a href="/api/stories#location-tags">location media area</a>, see <a href="/api/stories#searching-stories">here »</a> for more info on the full flow.<br><br>Either <code>hashtag</code> <strong>or</strong> <code>area</code> <strong>must</strong> be set when invoking the method.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/stories.canSendStory">stories.canSendStory</a></td>
|
||||
<td>Check whether we can post stories as the specified peer.</td>
|
||||
</tr>
|
||||
|
@ -3624,73 +3702,6 @@ Look for updates of telegram's terms of service…">
|
|||
<td>Resolve a @username to get peer info</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#other" id="other" name="other"><i class="anchor-icon"></i></a>Other</h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/stories.searchPosts">stories.searchPosts</a></td>
|
||||
<td>Globally search for <a href="/api/stories">stories</a> using a hashtag or a <a href="/api/stories#location-tags">location media area</a>, see <a href="/api/stories#searching-stories">here »</a> for more info on the full flow.<br><br>Either <code>hashtag</code> <strong>or</strong> <code>area</code> <strong>must</strong> be set when invoking the method.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/payments.getStarsRevenueStats">payments.getStarsRevenueStats</a></td>
|
||||
<td>Get <a href="/api/stars">Telegram Star revenue statistics »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/payments.getStarsRevenueWithdrawalUrl">payments.getStarsRevenueWithdrawalUrl</a></td>
|
||||
<td>Withdraw funds from a channel or bot's <a href="/api/stars#withdrawing-revenue">star balance »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/payments.getStarsRevenueAdsAccountUrl">payments.getStarsRevenueAdsAccountUrl</a></td>
|
||||
<td>Returns a URL for a Telegram Ad platform account that can be used to set up advertisements for channel/bot in <code>peer</code>, paid using the Telegram Stars owned by the specified <code>peer</code>, see <a href="/api/stars#paying-for-ads">here »</a> for more info.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/payments.getStarsTransactionsByID">payments.getStarsTransactionsByID</a></td>
|
||||
<td>Obtain info about <a href="/api/stars#balance-and-transaction-history">Telegram Star transactions »</a> using specific transaction IDs.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/payments.getStarsGiftOptions">payments.getStarsGiftOptions</a></td>
|
||||
<td>Obtain a list of <a href="/api/stars#buying-or-gifting-stars">Telegram Stars gift options »</a> as <a href="/constructor/starsGiftOption">starsGiftOption</a> constructors.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.getPopularAppBots">bots.getPopularAppBots</a></td>
|
||||
<td>Fetch popular <a href="/api/bots/webapps#main-mini-apps">Main Mini Apps</a>, to be used in the <a href="/api/search#apps-tab">apps tab of global search »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.addPreviewMedia">bots.addPreviewMedia</a></td>
|
||||
<td>Add a <a href="/api/bots/webapps#main-mini-app-previews">main mini app preview, see here »</a> for more info.<br><br>Only owners of bots with a configured Main Mini App can use this method, see <a href="/api/bots/webapps#main-mini-app-previews">see here »</a> for more info on how to check if you can invoke this method.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.editPreviewMedia">bots.editPreviewMedia</a></td>
|
||||
<td>Edit a <a href="/api/bots/webapps#main-mini-app-previews">main mini app preview, see here »</a> for more info.<br><br>Only owners of bots with a configured Main Mini App can use this method, see <a href="/api/bots/webapps#main-mini-app-previews">see here »</a> for more info on how to check if you can invoke this method.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.deletePreviewMedia">bots.deletePreviewMedia</a></td>
|
||||
<td>Delete a <a href="/api/bots/webapps#main-mini-app-previews">main mini app preview, see here »</a> for more info.<br><br>Only owners of bots with a configured Main Mini App can use this method, see <a href="/api/bots/webapps#main-mini-app-previews">see here »</a> for more info on how to check if you can invoke this method.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.reorderPreviewMedias">bots.reorderPreviewMedias</a></td>
|
||||
<td>Reorder a <a href="/api/bots/webapps#main-mini-app-previews">main mini app previews, see here »</a> for more info.<br><br>Only owners of bots with a configured Main Mini App can use this method, see <a href="/api/bots/webapps#main-mini-app-previews">see here »</a> for more info on how to check if you can invoke this method.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.getPreviewInfo">bots.getPreviewInfo</a></td>
|
||||
<td>Bot owners only, fetch <a href="/api/bots/webapps#main-mini-app-previews">main mini app preview information, see here »</a> for more info.<br><br>Note: technically non-owners may also invoke this method, but it will always behave exactly as <a href="/method/bots.getPreviewMedias">bots.getPreviewMedias</a>, returning only previews for the current language and an empty <code>lang_codes</code> array, regardless of the passed <code>lang_code</code>, so please only use <a href="/method/bots.getPreviewMedias">bots.getPreviewMedias</a> if you're not the owner of the <code>bot</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/bots.getPreviewMedias">bots.getPreviewMedias</a></td>
|
||||
<td>Fetch <a href="/api/bots/webapps#main-mini-app-previews">main mini app previews, see here »</a> for more info.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.requestMainWebView">messages.requestMainWebView</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue