mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-13 20:47:57 +01:00
Update content of files
This commit is contained in:
parent
19f8811cec
commit
a2a4a92e64
4 changed files with 11 additions and 11 deletions
|
@ -50,6 +50,7 @@
|
|||
<ul>
|
||||
<li>Support for <a href="/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once">paid broadcasts</a> for bots, through the new <code>allow_paid_floodskip</code> flag.</li>
|
||||
<li><a href="/api/sponsored-messages">Ads for bots</a></li>
|
||||
<li>Allow filtering out stories only sent by a certain peer when using <a href="/method/stories.searchPosts">stories.searchPosts</a></li>
|
||||
</ul>
|
||||
<h4><a class="anchor" href="#schema-changes" id="schema-changes" name="schema-changes"><i class="anchor-icon"></i></a>Schema changes</h4>
|
||||
<h5><a class="anchor" href="#new-methods" id="new-methods" name="new-methods"><i class="anchor-icon"></i></a>New Methods</h5>
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
<tr>
|
||||
<td><strong>floodskip_number</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.15?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>This transaction is payment for <a href="/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once">paid bot broadcasts</a>. <br>Paid broadcasts are only allowed if the <code>allow_paid_floodskip</code> parameter of <a href="/method/messages.sendMessage">messages.sendMessage</a> and other message sending methods is set while trying to broadcast more than 30 messages per second to bot users. <br>The integer value returned by this flag indicates the number of billed API calls.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,16 +4,14 @@
|
|||
<meta charset="utf-8">
|
||||
<title>starsTransactionPeerAPI</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
StarsTransactionPeer">
|
||||
<meta property="description" content="Describes a Telegram Star transaction used to pay for paid API usage, such as paid bot broadcasts.
|
||||
Parameters
|
||||
This constructor…">
|
||||
<meta property="og:title" content="starsTransactionPeerAPI">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
StarsTransactionPeer">
|
||||
<meta property="og:description" content="Describes a Telegram Star transaction used to pay for paid API usage, such as paid bot broadcasts.
|
||||
Parameters
|
||||
This constructor…">
|
||||
<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">
|
||||
|
@ -48,7 +46,8 @@ StarsTransactionPeer">
|
|||
<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/starsTransactionPeerAPI" >starsTransactionPeerAPI</a></li></ul></div>
|
||||
<h1 id="dev_page_title">starsTransactionPeerAPI</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Describes a <a href="/api/stars">Telegram Star</a> transaction used to pay for paid API usage, such as <a href="/bots/faq#how-can-i-message-all-of-my-bot-39s-subscribers-at-once">paid bot broadcasts</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 192 <b class="caret"></b></a>
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>If set, returns only stories posted by this peer.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>offset</strong></td>
|
||||
|
|
Loading…
Add table
Reference in a new issue