mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-29 11:43:05 +01:00
Update content of files
This commit is contained in:
parent
91de2d9f0f
commit
dbc519180e
1 changed files with 3 additions and 3 deletions
|
@ -119,19 +119,19 @@
|
|||
<td>callback_url</td>
|
||||
<td>String</td>
|
||||
<td>Optional</td>
|
||||
<td>A URL where you want to receive <a href="#delivery-reports">delivery reports</a> related to the sent message.</td>
|
||||
<td>A URL where you want to receive <a href="#report-delivery">delivery reports</a> related to the sent message, 0-256 bytes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>payload</td>
|
||||
<td>String</td>
|
||||
<td>Optional</td>
|
||||
<td>Custom payload, 0-256 bytes. This will not be displayed to the user, use it for your internal processes.</td>
|
||||
<td>Custom payload, 0-128 bytes. This will not be displayed to the user, use it for your internal processes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ttl</td>
|
||||
<td>Integer</td>
|
||||
<td>Optional</td>
|
||||
<td>Time-to-live (in seconds) before the message expires and is deleted. The message will not be deleted if it has already been read. If not specified, the message will not be deleted.</td>
|
||||
<td>Time-to-live (in seconds) before the message expires and is deleted. The message will not be deleted if it has already been read. If not specified, the message will not be deleted. Supported values are from 60 to 86400.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue