mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 23:38:26 +01:00
Update content of files
This commit is contained in:
parent
2e1096a69c
commit
600503cf6f
2 changed files with 4 additions and 4 deletions
|
@ -2122,7 +2122,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>request_id</td>
|
||||
<td>Integer</td>
|
||||
<td>Signed 32-bit identifier of the request</td>
|
||||
<td>Signed 32-bit identifier of the request, which will be received back in the <a href="#usershared">UserShared</a> object. Must be unique within the message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>user_is_bot</td>
|
||||
|
@ -2150,7 +2150,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>request_id</td>
|
||||
<td>Integer</td>
|
||||
<td>Signed 32-bit identifier of the request</td>
|
||||
<td>Signed 32-bit identifier of the request, which will be received back in the <a href="#chatshared">ChatShared</a> object. Must be unique within the message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>chat_is_channel</td>
|
||||
|
|
|
@ -2122,7 +2122,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>request_id</td>
|
||||
<td>Integer</td>
|
||||
<td>Signed 32-bit identifier of the request</td>
|
||||
<td>Signed 32-bit identifier of the request, which will be received back in the <a href="#usershared">UserShared</a> object. Must be unique within the message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>user_is_bot</td>
|
||||
|
@ -2150,7 +2150,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>request_id</td>
|
||||
<td>Integer</td>
|
||||
<td>Signed 32-bit identifier of the request</td>
|
||||
<td>Signed 32-bit identifier of the request, which will be received back in the <a href="#chatshared">ChatShared</a> object. Must be unique within the message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>chat_is_channel</td>
|
||||
|
|
Loading…
Reference in a new issue