diff --git a/data/web/blogfork.telegram.org/cdn.html b/data/web/blogfork.telegram.org/cdn.html index f9bdf638ec..79a9e0df57 100644 --- a/data/web/blogfork.telegram.org/cdn.html +++ b/data/web/blogfork.telegram.org/cdn.html @@ -136,7 +136,10 @@
request_token
from the CDN DC. Continue downloading the file from the master DC using upload.getFile.You may test CDN file redirects by logging into the test DCs with a DC 2 account (phone number 999662YYYY
, where YYYY are random numbers, login code 22222
), uploading and then redownloading the uploaded file.
Make sure the chosen test account doesn't have a Telegram Premium test subscription, as CDN file downloads are disabled on the test DCs if a Telegram Premium test subscription is enabled (you can check this by making sure the user returned by a users.getUsers call with inputUserSelf does not have the premium
flag set).
How to create styled text with message entities
Telegram allows mentioning other users in case of urgent duckling matters, and quickly navigating to those mentions in order to read them as swiftly as possible.
+Telegram allows mentioning other users in case of urgent duckling matters, and quickly navigating to those mentions in order to read them as swiftly as possible.
+Message entity representing a user mention: for creating a mention use inputMessageEntityMentionName.
diff --git a/data/web/core.telegram.org/cdn.html b/data/web/core.telegram.org/cdn.html index f9bdf638ec..79a9e0df57 100644 --- a/data/web/core.telegram.org/cdn.html +++ b/data/web/core.telegram.org/cdn.html @@ -136,7 +136,10 @@request_token
from the CDN DC. Continue downloading the file from the master DC using upload.getFile.You may test CDN file redirects by logging into the test DCs with a DC 2 account (phone number 999662YYYY
, where YYYY are random numbers, login code 22222
), uploading and then redownloading the uploaded file.
Make sure the chosen test account doesn't have a Telegram Premium test subscription, as CDN file downloads are disabled on the test DCs if a Telegram Premium test subscription is enabled (you can check this by making sure the user returned by a users.getUsers call with inputUserSelf does not have the premium
flag set).
How to create styled text with message entities
Telegram allows mentioning other users in case of urgent duckling matters, and quickly navigating to those mentions in order to read them as swiftly as possible.
+Telegram allows mentioning other users in case of urgent duckling matters, and quickly navigating to those mentions in order to read them as swiftly as possible.
+Message entity representing a user mention: for creating a mention use inputMessageEntityMentionName.