mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
efb03bcf5b
commit
6336850d82
1 changed files with 3 additions and 3 deletions
|
@ -578,7 +578,7 @@ To learn how to create…">
|
|||
</tr>
|
||||
<tr>
|
||||
<td>can_set_sticker_set</td>
|
||||
<td>Boolean</td>
|
||||
<td>True</td>
|
||||
<td><em>Optional</em>. <em>True</em>, if the bot can change the group sticker set. Returned only in <a href="#getchat">getChat</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -612,12 +612,12 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>from</td>
|
||||
<td><a href="#user">User</a></td>
|
||||
<td><em>Optional</em>. Sender, empty for messages sent to channels</td>
|
||||
<td><em>Optional</em>. Sender of the message; empty for messages sent to channels. For backward compatibility, the field contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>sender_chat</td>
|
||||
<td><a href="#chat">Chat</a></td>
|
||||
<td><em>Optional</em>. Sender of the message, sent on behalf of a chat. The channel itself for channel messages. The supergroup itself for messages from anonymous group administrators. The linked channel for messages automatically forwarded to the discussion group</td>
|
||||
<td><em>Optional</em>. Sender of the message, sent on behalf of a chat. For backward compatibility, the field <em>from</em> contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>date</td>
|
||||
|
|
Loading…
Reference in a new issue