From db3827720bf740c1c3cd1d83619f5b0e2ccad974 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 20 Jul 2022 11:22:58 +0000 Subject: [PATCH] Update content of files --- data/web/blogfork.telegram.org/bots/webapps.html | 5 +++++ data/web/core.telegram.org/bots/webapps.html | 5 +++++ data/web/corefork.telegram.org/bots/webapps.html | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/data/web/blogfork.telegram.org/bots/webapps.html b/data/web/blogfork.telegram.org/bots/webapps.html index 0f38d94f76..4ea8956887 100644 --- a/data/web/blogfork.telegram.org/bots/webapps.html +++ b/data/web/blogfork.telegram.org/bots/webapps.html @@ -605,6 +605,11 @@ Optional. IETF language tag of the user's language. Returns in user field only. +is_premium NEW +True +Optional. True, if this user is a Telegram Premium user. + + photo_url String Optional. URL of the user’s profile photo. The photo can be in .jpeg or .svg formats. Only returned for Web Apps launched from the attachment menu. diff --git a/data/web/core.telegram.org/bots/webapps.html b/data/web/core.telegram.org/bots/webapps.html index 98211c0354..883715f3f2 100644 --- a/data/web/core.telegram.org/bots/webapps.html +++ b/data/web/core.telegram.org/bots/webapps.html @@ -605,6 +605,11 @@ Optional. IETF language tag of the user's language. Returns in user field only. +is_premium NEW +True +Optional. True, if this user is a Telegram Premium user. + + photo_url String Optional. URL of the user’s profile photo. The photo can be in .jpeg or .svg formats. Only returned for Web Apps launched from the attachment menu. diff --git a/data/web/corefork.telegram.org/bots/webapps.html b/data/web/corefork.telegram.org/bots/webapps.html index 73f943d698..090f83e14b 100644 --- a/data/web/corefork.telegram.org/bots/webapps.html +++ b/data/web/corefork.telegram.org/bots/webapps.html @@ -605,6 +605,11 @@ Optional. IETF language tag of the user's language. Returns in user field only. +is_premium NEW +True +Optional. True, if this user is a Telegram Premium user. + + photo_url String Optional. URL of the user’s profile photo. The photo can be in .jpeg or .svg formats. Only returned for Web Apps launched from the attachment menu.