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. |