mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
Update content of files
This commit is contained in:
parent
986ed4d947
commit
e39f2f5926
10 changed files with 66 additions and 120 deletions
|
@ -73,8 +73,8 @@
|
|||
<li>Added <a href="/constructor/starsTransaction">starsTransaction</a> - Represents a <a href="/api/stars">Telegram Stars transaction »</a>.</li>
|
||||
<li>Added <a href="/constructor/payments.starsStatus">payments.starsStatus</a> - Info about the current <a href="/api/stars#balance-and-transaction-history">Telegram Star balance and transaction history »</a>.</li>
|
||||
<li>Added <a href="/constructor/updateStarsBalance">updateStarsBalance</a> - The current account's <a href="/api/stars">Telegram Stars balance »</a> has changed.</li>
|
||||
<li>Added <a href="/constructor/payments.paymentFormStars">payments.paymentFormStars</a> - </li>
|
||||
<li>Added <a href="/constructor/payments.paymentReceiptStars">payments.paymentReceiptStars</a> - </li>
|
||||
<li>Added <a href="/constructor/payments.paymentFormStars">payments.paymentFormStars</a> - Represents a payment form, for payments to be using <a href="/api/stars">Telegram Stars, see here »</a> for more info.</li>
|
||||
<li>Added <a href="/constructor/payments.paymentReceiptStars">payments.paymentReceiptStars</a> - Receipt for <a href="/api/stars">payment made using Telegram Stars</a>.</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
|
||||
<ul>
|
||||
|
@ -141,7 +141,7 @@
|
|||
</ul>
|
||||
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
|
||||
<ul>
|
||||
<li>Added <a href="/constructor/updateBroadcastRevenueTransactions">updateBroadcastRevenueTransactions</a> - </li>
|
||||
<li>Added <a href="/constructor/updateBroadcastRevenueTransactions">updateBroadcastRevenueTransactions</a> - A new <a href="/api/revenue#revenue-statistics">channel ad revenue transaction was made, see here »</a> for more info.</li>
|
||||
<li>Added <a href="/constructor/availableEffect">availableEffect</a> - Represents a <a href="/api/effects">message effect »</a>.</li>
|
||||
<li>Added <a href="/constructor/messages.availableEffectsNotModified">messages.availableEffectsNotModified</a> - The full list of usable <a href="/api/effects">animated message effects »</a> hasn't changed.</li>
|
||||
<li>Added <a href="/constructor/messages.availableEffects">messages.availableEffects</a> - The full list of usable <a href="/api/effects">animated message effects »</a>.</li>
|
||||
|
@ -221,7 +221,7 @@
|
|||
<li>Added <a href="/constructor/reactionNotificationsFromContacts">reactionNotificationsFromContacts</a> - Receive notifications about reactions made only by our contacts.</li>
|
||||
<li>Added <a href="/constructor/reactionNotificationsFromAll">reactionNotificationsFromAll</a> - Receive notifications about reactions made by any user.</li>
|
||||
<li>Added <a href="/constructor/reactionsNotifySettings">reactionsNotifySettings</a> - Reaction notification settings, see <a href="/api/reactions#notifications-about-reactions">here »</a> for more info.</li>
|
||||
<li>Added <a href="/constructor/updateNewStoryReaction">updateNewStoryReaction</a> - </li>
|
||||
<li>Added <a href="/constructor/updateNewStoryReaction">updateNewStoryReaction</a> - Represents a new <a href="/api/reactions#notifications-about-reactions">reaction to a story</a>.</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
|
||||
<ul>
|
||||
|
@ -263,8 +263,8 @@
|
|||
<li>Added <a href="/method/account.getBotBusinessConnection">account.getBotBusinessConnection</a> - Bots may invoke this method to re-fetch the <a href="/constructor/updateBotBusinessConnect">updateBotBusinessConnect</a> constructor associated with a specific <a href="/api/business#connected-bots">business <code>connection_id</code>, see here »</a> for more info on connected business bots. </li>
|
||||
<li>Added <a href="/method/account.updateBusinessIntro">account.updateBusinessIntro</a> - Set or remove the <a href="/api/business#business-introduction">Telegram Business introduction »</a>.</li>
|
||||
<li>Added <a href="/method/stickers.replaceSticker">stickers.replaceSticker</a> - Replace a sticker in a <a href="/api/stickers">stickerset »</a>.</li>
|
||||
<li>Added <a href="/method/messages.getMyStickers">messages.getMyStickers</a> - </li>
|
||||
<li>Added <a href="/method/fragment.getCollectibleInfo">fragment.getCollectibleInfo</a> - </li>
|
||||
<li>Added <a href="/method/messages.getMyStickers">messages.getMyStickers</a> - Fetch <a href="/api/stickers">stickerset owned by the current user</a>.</li>
|
||||
<li>Added <a href="/method/fragment.getCollectibleInfo">fragment.getCollectibleInfo</a> - Fetch information about a <a href="/api/fragment#fetching-info-about-fragment-collectibles">fragment collectible, see here »</a> for more info on the full flow.</li>
|
||||
<li>Added <a href="/method/account.toggleConnectedBotPaused">account.toggleConnectedBotPaused</a> - Pause or unpause a specific chat, temporarily disconnecting it from all <a href="/api/business#connected-bots">business bots »</a>.</li>
|
||||
<li>Added <a href="/method/account.disablePeerConnectedBot">account.disablePeerConnectedBot</a> - Permanently disconnect a specific chat from all <a href="/api/business#connected-bots">business bots »</a> (equivalent to specifying it in <code>recipients.exclude_users</code> during initial configuration with <a href="/method/account.updateConnectedBot">account.updateConnectedBot »</a>); to reconnect of a chat disconnected using this method the user must reconnect the entire bot by invoking <a href="/method/account.updateConnectedBot">account.updateConnectedBot »</a>.</li>
|
||||
<li>Added <a href="/method/account.updateBirthday">account.updateBirthday</a> - Update our <a href="/api/profile#birthday">birthday, see here »</a> for more info.</li>
|
||||
|
@ -330,11 +330,11 @@
|
|||
<li>Added <a href="/constructor/channels.sponsoredMessageReportResultAdsHidden">channels.sponsoredMessageReportResultAdsHidden</a> - Sponsored messages were hidden for the user in all chats.</li>
|
||||
<li>Added <a href="/constructor/channels.sponsoredMessageReportResultReported">channels.sponsoredMessageReportResultReported</a> - The sponsored message was reported successfully.</li>
|
||||
<li>Added <a href="/constructor/stats.broadcastRevenueStats">stats.broadcastRevenueStats</a> - <a href="/api/revenue">Channel revenue ad statistics, see here »</a> for more info.</li>
|
||||
<li>Added <a href="/constructor/stats.broadcastRevenueWithdrawalUrl">stats.broadcastRevenueWithdrawalUrl</a> - </li>
|
||||
<li>Added <a href="/constructor/stats.broadcastRevenueWithdrawalUrl">stats.broadcastRevenueWithdrawalUrl</a> - Contains the URL to use to <a href="/api/revenue#withdrawing-funds">withdraw channel ad revenue</a>.</li>
|
||||
<li>Added <a href="/constructor/broadcastRevenueTransactionProceeds">broadcastRevenueTransactionProceeds</a> - Describes earnings from sponsored messages in a channel in some time frame, see <a href="/api/revenue">here »</a> for more info.</li>
|
||||
<li>Added <a href="/constructor/broadcastRevenueTransactionWithdrawal">broadcastRevenueTransactionWithdrawal</a> - Describes a <a href="/api/revenue#withdrawing-funds">withdrawal of ad earnings »</a></li>
|
||||
<li>Added <a href="/constructor/broadcastRevenueTransactionRefund">broadcastRevenueTransactionRefund</a> - Describes a <a href="/api/revenue#withdrawing-funds">refund for failed withdrawal of ad earnings »</a></li>
|
||||
<li>Added <a href="/constructor/stats.broadcastRevenueTransactions">stats.broadcastRevenueTransactions</a> - </li>
|
||||
<li>Added <a href="/constructor/stats.broadcastRevenueTransactions">stats.broadcastRevenueTransactions</a> - <a href="/api/revenue">Channel ad revenue transactions »</a>.</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
|
||||
<ul>
|
||||
|
|
|
@ -68,25 +68,23 @@ sponsoredMessage#bdedf566 flags:# recommended:flags.5?true can_report:flags.12?t
|
|||
<li><mark><strong>View Channel</strong></mark> — if a channel is being promoted. Tapping the button must open the channel using the <code>from_id</code> or by <a href="/api/invites#invite-links">importing</a> the <code>chat_invite_hash</code> <a href="/api/invites#invite-links">invitation link hash »</a>.</li>
|
||||
<li><mark><strong>View Post</strong></mark> — if a channel is being promoted and <code>channel_post</code> is specified. Tapping the button must open the particular channel post.</li>
|
||||
<li><mark><strong>Launch App</strong></mark> — if the <code>app</code> flag is set, the specified <a href="/api/bots/webapps">Mini App</a> should be opened when clicking on the button. </li>
|
||||
<li><mark><strong>Open Website</strong></mark> — If the <code>webpage</code> flag is set, clicking on the button should open the external website specified in <code>webpage.url</code>. </li>
|
||||
<li><mark><strong>Open Website</strong></mark> — If the <code>url</code> flag is set, clicking on the button should open the external website specified in <code>url</code>. </li>
|
||||
<li>The contents of the <code>button_text</code> field — if the <code>button_text</code> field is set.</li>
|
||||
</ul>
|
||||
<p>The message should be marked as "Recommended" instead of "Sponsored" if the <code>recommended</code> flag is set. </p>
|
||||
<p>A profile photo bubble should be displayed for the sponsored message, like for messages sent in groups, using:</p>
|
||||
<ul>
|
||||
<li><code>app.photo</code>, if the <code>app</code> flag is set, otherwise</li>
|
||||
<li><code>webpage.photo</code>, if the <code>webpage</code> flag is set, otherwise</li>
|
||||
<li><code>photo</code>, if the <code>photo</code> flag is set, otherwise</li>
|
||||
<li>The profile picture of the chat in <code>chat_invite</code>, if the <code>chat_invite</code> flag is set, otherwise</li>
|
||||
<li><code>webpage.photo</code>, if the <code>webpage</code> flag is set, otherwise</li>
|
||||
<li>The profile picture of the peer in <code>from_id</code>, if the <code>show_peer_photo</code> flag is set.</li>
|
||||
</ul>
|
||||
<p>A sender name should be displayed for the sponsored message, like for messages sent in groups, using:</p>
|
||||
<ul>
|
||||
<li><code>app.title</code>, if the <code>app</code> flag is set, otherwise</li>
|
||||
<li><code>webpage.site_name</code>, if the <code>webpage</code> flag is set, otherwise</li>
|
||||
<li><code>title</code>, if the <code>title</code> flag is set, otherwise</li>
|
||||
<li>The title of the chat in <code>chat_invite</code>, if the <code>chat_invite</code> flag is set.</li>
|
||||
</ul>
|
||||
<p>If the <code>sponsor_info</code> or <code>additional_info</code> flags are set, an additional "Sponsor info" menu item must be present in the message context menu (the menu that pops up when clicking on a button), that when clicked, displays the contents of the flags. </p>
|
||||
<p>If set, the sponsored message should use the <a href="/api/colors">message accent color »</a> specified in <code>color</code>.</p>
|
||||
<h4><a class="anchor" href="#counting-sponsored-message-views" id="counting-sponsored-message-views" name="counting-sponsored-message-views"><i class="anchor-icon"></i></a>Counting sponsored message views</h4>
|
||||
<pre><code>---functions---
|
||||
|
||||
|
|
|
@ -4,42 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>payments.paymentFormStars</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
form_id
|
||||
long
|
||||
|
||||
bot_id
|
||||
long
|
||||
|
||||
title
|
||||
string
|
||||
|
||||
description…">
|
||||
<meta property="description" content="Represents a payment form, for payments to be using Telegram Stars, see here » for more info.">
|
||||
<meta property="og:title" content="payments.paymentFormStars">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
form_id
|
||||
long
|
||||
|
||||
bot_id
|
||||
long
|
||||
|
||||
title
|
||||
string
|
||||
|
||||
description…">
|
||||
<meta property="og:description" content="Represents a payment form, for payments to be using Telegram Stars, see here » for more info.">
|
||||
<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">
|
||||
|
@ -74,7 +42,8 @@ description…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/payments.paymentFormStars" >payments.paymentFormStars</a></li></ul></div>
|
||||
<h1 id="dev_page_title">payments.paymentFormStars</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Represents a payment form, for payments to be using <a href="/api/stars">Telegram Stars, see here »</a> for more info.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 181 <b class="caret"></b></a>
|
||||
|
@ -105,42 +74,45 @@ description…">
|
|||
<tr>
|
||||
<td><strong>form_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>Form ID.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>bot_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>Bot ID.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>title</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Form title</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>description</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>photo</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.5?<a href="/type/WebDocument">WebDocument</a></td>
|
||||
<td> </td>
|
||||
<td>Product photo</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>invoice</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Invoice">Invoice</a></td>
|
||||
<td> </td>
|
||||
<td>Invoice</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>users</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/User">User</a>></td>
|
||||
<td> </td>
|
||||
<td>Info about users mentioned in the other fields.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/payments.PaymentForm">payments.PaymentForm</a></p></div>
|
||||
<p><a href="/type/payments.PaymentForm">payments.PaymentForm</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="#telegram-stars" id="telegram-stars" name="telegram-stars"><i class="anchor-icon"></i></a><a href="/api/stars">Telegram Stars</a></h4>
|
||||
<p>Telegram Stars are an in-app currency that allows the user to pay for digital goods and services offered by <a href="https://telegram.org/blog/telegram-stars">Telegram bots</a> or <a href="https://telegram.org/blog/mini-app-bar-paid-media-and-more#pay-for-content-with-telegram-stars">Telegram channels</a>.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
<tr>
|
||||
<td><strong>can_report</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.12?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether this message can be <a href="/api/sponsored-message#reporting-sponsored-messages">reported as specified here »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>random_id</strong></td>
|
||||
|
@ -89,12 +89,12 @@
|
|||
<tr>
|
||||
<td><strong>url</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>If set, contains a URL to open when the user clicks on the sponsored message.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>title</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>If set, contains a custom sender name should be displayed for the sponsored message, like for messages sent in groups.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>message</strong></td>
|
||||
|
@ -109,12 +109,12 @@
|
|||
<tr>
|
||||
<td><strong>photo</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.6?<a href="/type/Photo">Photo</a></td>
|
||||
<td> </td>
|
||||
<td>If set, contains a custom profile photo bubble that should be displayed for the sponsored message, like for messages sent in groups.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>color</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.13?<a href="/type/PeerColor">PeerColor</a></td>
|
||||
<td> </td>
|
||||
<td>If set, the sponsored message should use the <a href="/api/colors">message accent color »</a> specified in <code>color</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>button_text</strong></td>
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>stats.broadcastRevenueStats</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Channel revenue ad statistics, see here » for more info.">
|
||||
<meta property="description" content="Channel revenue ad statistics, see here » for more info. Note that all balances and currency amounts and graph values are in the smallest unit of the chosen cryptocurrency (currently nanotons for TONs, so to obtain a value in USD divide the chosen amount by 10^9, and then divide by usd_rate).">
|
||||
<meta property="og:title" content="stats.broadcastRevenueStats">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Channel revenue ad statistics, see here » for more info.">
|
||||
<meta property="og:description" content="Channel revenue ad statistics, see here » for more info. Note that all balances and currency amounts and graph values are in the smallest unit of the chosen cryptocurrency (currently nanotons for TONs, so to obtain a value in USD divide the chosen amount by 10^9, and then divide by usd_rate).">
|
||||
<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">
|
||||
|
@ -43,6 +43,7 @@
|
|||
<h1 id="dev_page_title">stats.broadcastRevenueStats</h1>
|
||||
|
||||
<div id="dev_page_content"><p><a href="/api/revenue">Channel revenue ad statistics, see here »</a> for more info.</p>
|
||||
<p>Note that all balances and currency amounts and graph values are in the smallest unit of the chosen cryptocurrency (currently nanotons for TONs, so to obtain a value in USD divide the chosen amount by <code>10^9</code>, and then divide by <code>usd_rate</code>).</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -69,22 +70,22 @@
|
|||
<tr>
|
||||
<td><strong>top_hours_graph</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/StatsGraph">StatsGraph</a></td>
|
||||
<td> </td>
|
||||
<td>Ad impressions graph</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>revenue_graph</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/StatsGraph">StatsGraph</a></td>
|
||||
<td> </td>
|
||||
<td>Ad revenue graph (in the smallest unit of the cryptocurrency in which revenue is calculated)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>balances</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/BroadcastRevenueBalances">BroadcastRevenueBalances</a></td>
|
||||
<td> </td>
|
||||
<td>Current balance, current withdrawable balance and overall revenue</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>usd_rate</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/double">double</a></td>
|
||||
<td> </td>
|
||||
<td>Current conversion rate of the cryptocurrency (<strong>not</strong> in the smallest unit) in which revenue is calculated to USD</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,24 @@
|
|||
<meta charset="utf-8">
|
||||
<title>stats.broadcastRevenueWithdrawalUrl</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
<meta property="description" content="Contains the URL to use to withdraw channel ad revenue.
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
url
|
||||
string
|
||||
|
||||
Type
|
||||
stats.BroadcastRevenueWithdrawalUrl">
|
||||
A unique URL to a Fragment…">
|
||||
<meta property="og:title" content="stats.broadcastRevenueWithdrawalUrl">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
<meta property="og:description" content="Contains the URL to use to withdraw channel ad revenue.
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
url
|
||||
string
|
||||
|
||||
Type
|
||||
stats.BroadcastRevenueWithdrawalUrl">
|
||||
A unique URL to a Fragment…">
|
||||
<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">
|
||||
|
@ -58,7 +56,8 @@ stats.BroadcastRevenueWithdrawalUrl">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/stats.broadcastRevenueWithdrawalUrl" >stats.broadcastRevenueWithdrawalUrl</a></li></ul></div>
|
||||
<h1 id="dev_page_title">stats.broadcastRevenueWithdrawalUrl</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Contains the URL to use to <a href="/api/revenue#withdrawing-funds">withdraw channel ad revenue</a>. </p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 181 <b class="caret"></b></a>
|
||||
|
@ -84,7 +83,7 @@ stats.BroadcastRevenueWithdrawalUrl">
|
|||
<tr>
|
||||
<td><strong>url</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>A unique URL to a Fragment page where the user will be able to specify and submit the address of the TON wallet where the funds will be sent.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,34 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>updateNewStoryReaction</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Represents a new reaction to a story.
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
story_id
|
||||
int
|
||||
Story ID.
|
||||
peer
|
||||
Peer
|
||||
|
||||
reaction
|
||||
Reaction…">
|
||||
<meta property="description" content="Represents a new reaction to a story.">
|
||||
<meta property="og:title" content="updateNewStoryReaction">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Represents a new reaction to a story.
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
story_id
|
||||
int
|
||||
Story ID.
|
||||
peer
|
||||
Peer
|
||||
|
||||
reaction
|
||||
Reaction…">
|
||||
<meta property="og:description" content="Represents a new reaction to a story.">
|
||||
<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">
|
||||
|
@ -108,7 +84,12 @@ Reaction…">
|
|||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/Update">Update</a></p></div>
|
||||
<p><a href="/type/Update">Update</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="#stories" id="stories" name="stories"><i class="anchor-icon"></i></a><a href="/api/stories">Stories</a></h4>
|
||||
<p>Telegram users and channels can easily post and view stories through the API.</p>
|
||||
<h4><a class="anchor" href="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -309,14 +309,14 @@
|
|||
<h4><a class="anchor" href="#messagesgetoutboxreaddate" id="messagesgetoutboxreaddate" name="messagesgetoutboxreaddate"><i class="anchor-icon"></i></a><a href="/method/messages.getOutboxReadDate">messages.getOutboxReadDate</a></h4>
|
||||
<h4><a class="anchor" href="#globalprivacysettings" id="globalprivacysettings" name="globalprivacysettings"><i class="anchor-icon"></i></a><a href="/constructor/globalPrivacySettings">globalPrivacySettings</a></h4>
|
||||
<p>Global privacy settings</p>
|
||||
<h4><a class="anchor" href="#business" id="business" name="business"><i class="anchor-icon"></i></a><a href="/api/business">Business</a></h4>
|
||||
<p>Users can turn their Telegram account into a business account, gaining access to business features such as opening hours, location, quick replies, automated messages, custom start pages, chatbot support, and more.</p>
|
||||
<h4><a class="anchor" href="#pinned-messages" id="pinned-messages" name="pinned-messages"><i class="anchor-icon"></i></a><a href="/api/pin">Pinned messages</a></h4>
|
||||
<p>Telegram allows pinning multiple messages on top of a specific chat.</p>
|
||||
<h4><a class="anchor" href="#folders" id="folders" name="folders"><i class="anchor-icon"></i></a><a href="/api/folders">Folders</a></h4>
|
||||
<p>Telegram allows placing chats into folders, based on their type, mute status, or other custom criteria, thanks to folder blacklists and whitelists.</p>
|
||||
<h4><a class="anchor" href="#admin-banned-default-rights" id="admin-banned-default-rights" name="admin-banned-default-rights"><i class="anchor-icon"></i></a><a href="/api/rights">Admin, banned, default rights</a></h4>
|
||||
<p>How to handle admin permissions, granular bans and global permissions in channels, groups and supergroups.</p>
|
||||
<h4><a class="anchor" href="#business" id="business" name="business"><i class="anchor-icon"></i></a><a href="/api/business">Business</a></h4>
|
||||
<p>Users can turn their Telegram account into a business account, gaining access to business features such as opening hours, location, quick replies, automated messages, custom start pages, chatbot support, and more.</p>
|
||||
<h4><a class="anchor" href="#profile" id="profile" name="profile"><i class="anchor-icon"></i></a><a href="/api/profile">Profile</a></h4>
|
||||
<p>Telegram offers many customization options for your profile!</p>
|
||||
<h4><a class="anchor" href="#channels-supergroups-gigagroups-and-basic-groups" id="channels-supergroups-gigagroups-and-basic-groups" name="channels-supergroups-gigagroups-and-basic-groups"><i class="anchor-icon"></i></a><a href="/api/channel">Channels, supergroups, gigagroups and basic groups</a></h4>
|
||||
|
|
|
@ -4,18 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>fragment.getCollectibleInfo</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Fetch information about a fragment collectible, see here » for more info on the full flow.
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description…">
|
||||
<meta property="description" content="Fetch information about a fragment collectible, see here » for more info on the full flow.">
|
||||
<meta property="og:title" content="fragment.getCollectibleInfo">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Fetch information about a fragment collectible, see here » for more info on the full flow.
|
||||
Parameters
|
||||
Name
|
||||
Type
|
||||
Description…">
|
||||
<meta property="og:description" content="Fetch information about a fragment collectible, see here » for more info on the full flow.">
|
||||
<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">
|
||||
|
@ -50,7 +42,7 @@ Description…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/fragment.getCollectibleInfo" >fragment.getCollectibleInfo</a></li></ul></div>
|
||||
<h1 id="dev_page_title">fragment.getCollectibleInfo</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Fetch information about a <a href="/api/fragment#fetching-info-about-fragment-collectibles">fragment collectible, see here »</a> for more info on the full flow. </p>
|
||||
<div id="dev_page_content"><p>Fetch information about a <a href="/api/fragment#fetching-info-about-fragment-collectibles">fragment collectible, see here »</a> for more info on the full flow.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -106,7 +98,10 @@ Description…">
|
|||
<td>The specified collectible could not be found.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</table>
|
||||
<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="#collectibles" id="collectibles" name="collectibles"><i class="anchor-icon"></i></a><a href="/api/fragment">Collectibles</a></h4>
|
||||
<p>Telegram users can make it easy for others to contact them or find their public groups and channels via <a href="https://telegram.org/faq#usernames-and-t-me">usernames</a>: clients can also assign multiple <a href="https://fragment.com">Fragment »</a> <strong>collectible usernames</strong> to accounts, supergroups and channels they own; <a href="https://fragment.com">Fragment »</a> also allows purchasing phone number collectibles that can be used to register Telegram accounts.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getMyStickers">messages.getMyStickers</a></td>
|
||||
<td> </td>
|
||||
<td>Fetch <a href="/api/stickers">stickerset owned by the current user</a>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue