mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 09:06:24 +01:00
Update content of files
This commit is contained in:
parent
a85cede206
commit
1f3cb1139d
12 changed files with 16 additions and 16 deletions
|
@ -194,7 +194,7 @@ The <code>x</code> coordinate of the label should be provided to the <code>x</co
|
|||
If not enough data is available, a localized <a href="/constructor/statsGraphError">statsGraphError</a> will be returned. </p>
|
||||
<p>Typical zoom <em>visualization</em> rules: </p>
|
||||
<ul>
|
||||
<li>Any <code>percentage</code> graph (even if a <code>zoom_token</code> is not available) => <a href="#piechart">piechart</a></li>
|
||||
<li>Any <code>percentage</code> graph (even if a <code>zoom_token</code> is not available) => <a href="#piechart">pie chart</a></li>
|
||||
<li><a href="#line-graph">line graph</a> => <a href="#line-graph">line graph</a></li>
|
||||
<li><a href="#step-graph">step graph</a> => <a href="#step-graph">step graph</a></li>
|
||||
<li><a href="#bar-graph">bar graph</a> => <a href="#bar-graph">bar graph</a></li>
|
||||
|
@ -218,7 +218,7 @@ Apps can choose to use a color value specified by the currently loaded theme: fo
|
|||
<h3><a class="anchor" href="#area-graph" id="area-graph" name="area-graph"><i class="anchor-icon"></i></a>Area graph</h3>
|
||||
<p>Mixed bar/line graph, always "stacked" (to indicate actual stacked bars, biggest bars first)</p>
|
||||
<h3><a class="anchor" href="#piechart" id="piechart" name="piechart"><i class="anchor-icon"></i></a>Piechart</h3>
|
||||
<p>Piechart, typically obtained only when zooming into percentage graphs</p></div>
|
||||
<p>Pie chart, typically obtained only when zooming into percentage graphs</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
<tr>
|
||||
<td><strong>slowmode_next_send_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.18?<a href="/type/int">int</a></td>
|
||||
<td>Indicates when the user will be allowed to send another message in the supergroup (unixdate)</td>
|
||||
<td>Indicates when the user will be allowed to send another message in the supergroup (unixtime)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>stats_dc</strong></td>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<tr>
|
||||
<td><strong>user_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td>Pariticipant user ID</td>
|
||||
<td>Participant user ID</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>date</strong></td>
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
<tr>
|
||||
<td><strong>long</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/double">double</a></td>
|
||||
<td>Longtitude of point</td>
|
||||
<td>Longitude of point</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<tr>
|
||||
<td><strong>long</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/double">double</a></td>
|
||||
<td>Longtitude</td>
|
||||
<td>Longitude</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>lat</strong></td>
|
||||
|
|
|
@ -71,12 +71,12 @@
|
|||
<tr>
|
||||
<td><strong>lat</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/double">double</a></td>
|
||||
<td>Latitide</td>
|
||||
<td>Latitude</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>long</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/double">double</a></td>
|
||||
<td>Longtitude</td>
|
||||
<td>Longitude</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>accuracy_radius</strong></td>
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<tr>
|
||||
<td><strong>views</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/int">int</a></td>
|
||||
<td>Viewcount of message</td>
|
||||
<td>View count of message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>forwards</strong></td>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<tr>
|
||||
<td><strong>views</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.3?<a href="/type/int">int</a></td>
|
||||
<td>Viewcount</td>
|
||||
<td>View count</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
<tr>
|
||||
<td><strong>languages_graph</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/StatsGraph">StatsGraph</a></td>
|
||||
<td>Subscriber language graph (piechart)</td>
|
||||
<td>Subscriber language graph (pie chart)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>recent_message_interactions</strong></td>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<tr>
|
||||
<td><strong>languages_graph</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/StatsGraph">StatsGraph</a></td>
|
||||
<td>Subscriber language graph (piechart)</td>
|
||||
<td>Subscriber language graph (pie chart)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>messages_graph</strong></td>
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
<tr>
|
||||
<td><strong>hash</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td>Invite hash in <code>t.me/joinchat/hash</code></td>
|
||||
<td>Invite hash in <code>t.me/joinchat/hash</code> or <code>t.me/+hash</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<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/messages.faveSticker" >messages.faveSticker</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.faveSticker</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Mark a sticker as favorite</p>
|
||||
<div id="dev_page_content"><p>Mark or unmark a sticker as favorite</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -69,12 +69,12 @@
|
|||
<tr>
|
||||
<td><strong>id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputDocument">InputDocument</a></td>
|
||||
<td>Sticker to mark as favorite</td>
|
||||
<td>Sticker in question</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>unfave</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Bool">Bool</a></td>
|
||||
<td>Unfavorite</td>
|
||||
<td>Whether to add or remove a sticker from favorites</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue