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
fdb075b977
commit
5e7ab9ce9a
5 changed files with 14 additions and 47 deletions
|
@ -93,7 +93,7 @@ Layer…">
|
|||
</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/inputBotInlineMessageID64">inputBotInlineMessageID64</a> - </li>
|
||||
<li>Added <a href="/constructor/inputBotInlineMessageID64">inputBotInlineMessageID64</a> - Represents a sent inline message from the perspective of a bot</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>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<tr>
|
||||
<td><strong>volume_by_admin</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.10?<a href="/constructor/true">true</a></td>
|
||||
<td>Whether the volume of this participant was changed by an admin</td>
|
||||
<td>Whether our volume can only changed by an admin</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>self</strong></td>
|
||||
|
@ -116,7 +116,7 @@
|
|||
<tr>
|
||||
<td><strong>video_joined</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.15?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether this participant is currently broadcasting video</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
|
@ -141,7 +141,7 @@
|
|||
<tr>
|
||||
<td><strong>volume</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.7?<a href="/type/int">int</a></td>
|
||||
<td>Volume</td>
|
||||
<td>Volume, if not set the volume is set to 100%.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>about</strong></td>
|
||||
|
|
|
@ -4,44 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>inputBotInlineMessageID64</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
dc_id
|
||||
int
|
||||
|
||||
owner_id
|
||||
long
|
||||
|
||||
id
|
||||
int
|
||||
|
||||
access_hash
|
||||
long
|
||||
|
||||
Type
|
||||
InputBotInlineMessageID">
|
||||
<meta property="description" content="Represents a sent inline message from the perspective of a bot">
|
||||
<meta property="og:title" content="inputBotInlineMessageID64">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
dc_id
|
||||
int
|
||||
|
||||
owner_id
|
||||
long
|
||||
|
||||
id
|
||||
int
|
||||
|
||||
access_hash
|
||||
long
|
||||
|
||||
Type
|
||||
InputBotInlineMessageID">
|
||||
<meta property="og:description" content="Represents a sent inline message from the perspective of a bot">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -73,7 +39,8 @@ InputBotInlineMessageID">
|
|||
<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/inputBotInlineMessageID64" >inputBotInlineMessageID64</a></li></ul></div>
|
||||
<h1 id="dev_page_title">inputBotInlineMessageID64</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Represents a sent inline message from the perspective of a bot</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 133 <b class="caret"></b></a>
|
||||
|
@ -99,22 +66,22 @@ InputBotInlineMessageID">
|
|||
<tr>
|
||||
<td><strong>dc_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>DC ID to use when working with this inline message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>owner_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>ID of the owner of this message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>ID of message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>access_hash</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>Access hash of message</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
<tr>
|
||||
<td><strong>scale</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Specifies the duration of the video segment to fetch in milliseconds, by bitshifting <code>1000</code> to the right <code>scale</code> times: <code>duration_ms := 1000 >> scale</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>video_channel</strong></td>
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/inputBotInlineMessageID64">inputBotInlineMessageID64</a></td>
|
||||
<td> </td>
|
||||
<td>Represents a sent inline message from the perspective of a bot</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
Loading…
Reference in a new issue