mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-01 12:42:07 +01:00
Update content of files
This commit is contained in:
parent
23ae78f6c9
commit
75b539531a
8 changed files with 57 additions and 120 deletions
|
@ -4,12 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>broadcastRevenueBalances</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Describes channel ad revenue balances ».
|
||||
Note that all balances are in the smallest unit of the chosen cryptocurrency (currently…">
|
||||
<meta property="description" content="Describes channel ad revenue balances ». Note that all balances 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="broadcastRevenueBalances">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Describes channel ad revenue balances ».
|
||||
Note that all balances are in the smallest unit of the chosen cryptocurrency (currently…">
|
||||
<meta property="og:description" content="Describes channel ad revenue balances ». Note that all balances 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">
|
||||
|
@ -44,8 +42,8 @@ Note that all balances are in the smallest unit of the chosen cryptocurrency (cu
|
|||
<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/broadcastRevenueBalances" >broadcastRevenueBalances</a></li></ul></div>
|
||||
<h1 id="dev_page_title">broadcastRevenueBalances</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Describes <a href="/api/revenue">channel ad revenue balances »</a>. </p>
|
||||
<p>Note that all balances 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>
|
||||
<div id="dev_page_content"><p>Describes <a href="/api/revenue">channel ad revenue balances »</a>.</p>
|
||||
<p>Note that all balances 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">
|
||||
|
@ -87,7 +85,11 @@ Note that all balances are in the smallest unit of the chosen cryptocurrency (cu
|
|||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/BroadcastRevenueBalances">BroadcastRevenueBalances</a></p></div>
|
||||
<p><a href="/type/BroadcastRevenueBalances">BroadcastRevenueBalances</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="#channel-ad-revenue" id="channel-ad-revenue" name="channel-ad-revenue"><i class="anchor-icon"></i></a><a href="/api/revenue">Channel ad revenue</a></h4>
|
||||
<p>Telegram has one of the <strong>most generous reward systems</strong> in the history of social media. Telegram channel owners can now receive <strong>50%</strong> of the revenue from ads displayed in their channels.</p>
|
||||
<p>This page describes the methods used to withdraw channel ad revenue, as well as view detailed revenue stats.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>broadcastRevenueTransactionProceeds</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
amount
|
||||
long
|
||||
|
||||
from_date
|
||||
int
|
||||
|
||||
to_date
|
||||
int
|
||||
|
||||
Type
|
||||
BroadcastRevenueTransaction">
|
||||
<meta property="description" content="Describes earnings from sponsored messages in a channel in some time frame, see here » for more info.">
|
||||
<meta property="og:title" content="broadcastRevenueTransactionProceeds">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
amount
|
||||
long
|
||||
|
||||
from_date
|
||||
int
|
||||
|
||||
to_date
|
||||
int
|
||||
|
||||
Type
|
||||
BroadcastRevenueTransaction">
|
||||
<meta property="og:description" content="Describes earnings from sponsored messages in a channel in some time frame, 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">
|
||||
|
@ -70,7 +42,8 @@ BroadcastRevenueTransaction">
|
|||
<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/broadcastRevenueTransactionProceeds" >broadcastRevenueTransactionProceeds</a></li></ul></div>
|
||||
<h1 id="dev_page_title">broadcastRevenueTransactionProceeds</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Describes earnings from sponsored messages in a channel in some time frame, see <a href="/api/revenue">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>
|
||||
|
@ -96,22 +69,26 @@ BroadcastRevenueTransaction">
|
|||
<tr>
|
||||
<td><strong>amount</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>Amount in the smallest unit of the cryptocurrency.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>from_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Start unixtime for the timeframe.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>to_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>End unixtime for the timeframe.</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/BroadcastRevenueTransaction">BroadcastRevenueTransaction</a></p></div>
|
||||
<p><a href="/type/BroadcastRevenueTransaction">BroadcastRevenueTransaction</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="#channel-ad-revenue" id="channel-ad-revenue" name="channel-ad-revenue"><i class="anchor-icon"></i></a><a href="/api/revenue">Channel ad revenue</a></h4>
|
||||
<p>Telegram has one of the <strong>most generous reward systems</strong> in the history of social media. Telegram channel owners can now receive <strong>50%</strong> of the revenue from ads displayed in their channels.</p>
|
||||
<p>This page describes the methods used to withdraw channel ad revenue, as well as view detailed revenue stats.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>broadcastRevenueTransactionRefund</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
amount
|
||||
long
|
||||
|
||||
date
|
||||
int
|
||||
|
||||
provider
|
||||
string
|
||||
|
||||
Type
|
||||
BroadcastRevenueTransaction">
|
||||
<meta property="description" content="Describes a refund for failed withdrawal of ad earnings »">
|
||||
<meta property="og:title" content="broadcastRevenueTransactionRefund">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
amount
|
||||
long
|
||||
|
||||
date
|
||||
int
|
||||
|
||||
provider
|
||||
string
|
||||
|
||||
Type
|
||||
BroadcastRevenueTransaction">
|
||||
<meta property="og:description" content="Describes a refund for failed withdrawal of ad earnings »">
|
||||
<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">
|
||||
|
@ -70,7 +42,8 @@ BroadcastRevenueTransaction">
|
|||
<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/broadcastRevenueTransactionRefund" >broadcastRevenueTransactionRefund</a></li></ul></div>
|
||||
<h1 id="dev_page_title">broadcastRevenueTransactionRefund</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Describes a <a href="/api/revenue#withdrawing-funds">refund for failed withdrawal of ad earnings »</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>
|
||||
|
@ -96,22 +69,26 @@ BroadcastRevenueTransaction">
|
|||
<tr>
|
||||
<td><strong>amount</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>Amount refunded.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>date</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Date of refund.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>provider</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Payment provider name.</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/BroadcastRevenueTransaction">BroadcastRevenueTransaction</a></p></div>
|
||||
<p><a href="/type/BroadcastRevenueTransaction">BroadcastRevenueTransaction</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="#channel-ad-revenue" id="channel-ad-revenue" name="channel-ad-revenue"><i class="anchor-icon"></i></a><a href="/api/revenue">Channel ad revenue</a></h4>
|
||||
<p>Telegram has one of the <strong>most generous reward systems</strong> in the history of social media. Telegram channel owners can now receive <strong>50%</strong> of the revenue from ads displayed in their channels.</p>
|
||||
<p>This page describes the methods used to withdraw channel ad revenue, as well as view detailed revenue stats.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/broadcastRevenueBalances">broadcastRevenueBalances</a></td>
|
||||
<td> </td>
|
||||
<td>Describes <a href="/api/revenue">channel ad revenue balances »</a>.<br><br>Note that all balances 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>).</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -69,15 +69,15 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/broadcastRevenueTransactionProceeds">broadcastRevenueTransactionProceeds</a></td>
|
||||
<td> </td>
|
||||
<td>Describes earnings from sponsored messages in a channel in some time frame, see <a href="/api/revenue">here »</a> for more info.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/broadcastRevenueTransactionWithdrawal">broadcastRevenueTransactionWithdrawal</a></td>
|
||||
<td> </td>
|
||||
<td>Describes a <a href="/api/revenue#withdrawing-funds">withdrawal of ad earnings »</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/broadcastRevenueTransactionRefund">broadcastRevenueTransactionRefund</a></td>
|
||||
<td> </td>
|
||||
<td>Describes a <a href="/api/revenue#withdrawing-funds">refund for failed withdrawal of ad earnings »</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,20 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>InputQuickReplyShortcut</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
inputQuickReplyShortcut
|
||||
Selects a quick reply shortcut by name.
|
||||
inputQuickReplyShortcutId…">
|
||||
<meta property="description" content="Represents a quick reply shortcut ».">
|
||||
<meta property="og:title" content="InputQuickReplyShortcut">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
inputQuickReplyShortcut
|
||||
Selects a quick reply shortcut by name.
|
||||
inputQuickReplyShortcutId…">
|
||||
<meta property="og:description" content="Represents a quick reply shortcut ».">
|
||||
<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">
|
||||
|
@ -52,7 +42,8 @@ inputQuickReplyShortcutId…">
|
|||
<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="/type/InputQuickReplyShortcut" >InputQuickReplyShortcut</a></li></ul></div>
|
||||
<h1 id="dev_page_title">InputQuickReplyShortcut</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Represents a <a href="/api/business#quick-reply-shortcuts">quick reply shortcut »</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 +75,10 @@ inputQuickReplyShortcutId…">
|
|||
<td>Selects a <a href="/api/business#quick-reply-shortcuts">quick reply shortcut</a> by its numeric ID.</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="#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></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,18 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>ReactionNotificationsFrom</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
reactionNotificationsFromContacts
|
||||
Receive notifications about reactions made only…">
|
||||
<meta property="description" content="Reaction notification settings">
|
||||
<meta property="og:title" content="ReactionNotificationsFrom">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
reactionNotificationsFromContacts
|
||||
Receive notifications about reactions made only…">
|
||||
<meta property="og:description" content="Reaction notification settings">
|
||||
<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,8 @@ Receive notifications about reactions made only…">
|
|||
<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="/type/ReactionNotificationsFrom" >ReactionNotificationsFrom</a></li></ul></div>
|
||||
<h1 id="dev_page_title">ReactionNotificationsFrom</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Reaction notification settings</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>
|
||||
|
|
|
@ -4,20 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>help.TimezonesList</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
help.timezonesListNotModified
|
||||
The timezone list has not changed.
|
||||
help.timezonesList…">
|
||||
<meta property="description" content="Timezone information that may be used elsewhere in the API, such as to set Telegram Business opening hours ».">
|
||||
<meta property="og:title" content="help.TimezonesList">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
help.timezonesListNotModified
|
||||
The timezone list has not changed.
|
||||
help.timezonesList…">
|
||||
<meta property="og:description" content="Timezone information that may be used elsewhere in the API, such as to set Telegram Business opening hours ».">
|
||||
<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">
|
||||
|
@ -52,7 +42,8 @@ help.timezonesList…">
|
|||
<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="/type/help.TimezonesList" >help.TimezonesList</a></li></ul></div>
|
||||
<h1 id="dev_page_title">help.TimezonesList</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Timezone information that may be used elsewhere in the API, such as to set <a href="/api/business#opening-hours">Telegram Business opening hours »</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>
|
||||
|
@ -103,7 +94,10 @@ help.timezonesList…">
|
|||
<td>Returns timezone information that may be used elsewhere in the API, such as to set <a href="/api/business#opening-hours">Telegram Business opening hours »</a>.</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="#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></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue