mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-06 02:45:30 +01:00
Update content of files
This commit is contained in:
parent
6669beb316
commit
92dfb9b488
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@
|
|||
<tr>
|
||||
<td><strong>saved_from_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.8?<a href="/type/Peer">Peer</a></td>
|
||||
<td>Only for forwarded messages reforwarded to <a href="/api/saved-messages">saved messages »</a>, contains the sender of the original message (i.e. if user A sends a message, then user B forwards it somewhere, then user C saves it to saved messages, this field will contain the ID of user A and <code>from_id</code> will contain the ID of user B).</td>
|
||||
<td>Only for forwarded messages reforwarded to <a href="/api/saved-messages">saved messages »</a>, contains the sender of the original message (i.e. if user A sends a message, then user B forwards it somewhere, then user C saves it to saved messages, this field will contain the ID of user B and <code>from_id</code> will contain the ID of user A).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>saved_from_name</strong></td>
|
||||
|
@ -129,7 +129,7 @@
|
|||
<tr>
|
||||
<td><strong>saved_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.10?<a href="/type/int">int</a></td>
|
||||
<td>Only for forwarded messages reforwarded to <a href="/api/saved-messages">saved messages »</a>, indicates when was the original message sent (i.e. if user A sends a message @ unixtime 1, then user B forwards it somewhere @ unixtime 2, then user C saves it to saved messages @ unixtime 3, this field will contain 1, <code>date</code> will contain 2 and the <code>date</code> of the containing <a href="/constructor/message">message</a> will contain 3).</td>
|
||||
<td>Only for forwarded messages reforwarded to <a href="/api/saved-messages">saved messages »</a>, indicates when was the original message sent (i.e. if user A sends a message @ unixtime 1, then user B forwards it somewhere @ unixtime 2, then user C saves it to saved messages @ unixtime 3, this field will contain 2, <code>date</code> will contain 1 and the <code>date</code> of the containing <a href="/constructor/message">message</a> will contain 3).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>psa_type</strong></td>
|
||||
|
|
Loading…
Reference in a new issue