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.