From dbc519180e630ce2c517d28ab7604dbe1e90c9fe Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 7 Oct 2024 14:02:44 +0000 Subject: [PATCH] Update content of files --- data/web/core.telegram.org/gateway/api.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/web/core.telegram.org/gateway/api.html b/data/web/core.telegram.org/gateway/api.html index e36b7be258..111e694930 100644 --- a/data/web/core.telegram.org/gateway/api.html +++ b/data/web/core.telegram.org/gateway/api.html @@ -119,19 +119,19 @@ callback_url String Optional -A URL where you want to receive delivery reports related to the sent message. +A URL where you want to receive delivery reports related to the sent message, 0-256 bytes. payload String Optional -Custom payload, 0-256 bytes. This will not be displayed to the user, use it for your internal processes. +Custom payload, 0-128 bytes. This will not be displayed to the user, use it for your internal processes. ttl Integer Optional -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. +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.