diff --git a/data/web/corefork.telegram.org/api/web-events.html b/data/web/corefork.telegram.org/api/web-events.html
index 9331895e1c..6d1ba05321 100644
--- a/data/web/corefork.telegram.org/api/web-events.html
+++ b/data/web/corefork.telegram.org/api/web-events.html
@@ -63,10 +63,10 @@ The GamingCommunication and bot web app libraries by default will use No event payload. Emitted by bot web apps when the web app webview should be closed. Emitted by bot web apps when the web app webview should be closed. No event payload. Emitted by bot web apps when they request the user's phone number: Telegram clients should show a prompt to the user, asking to share the phone number. Emitted by bot web apps when they request the user's phone number: Telegram clients should show a prompt to the user, asking to share the phone number.'*'<
eventType
is a simple string indicating the event type, and eventData
is a payload with an object that will be parsed by the Telegram app.web_app_close
web_app_request_phone
window.Telegram.WebView.receiveEvent("phone_requested", {})
window.Telegram.WebView.receiveEvent("phone_requested", {"phone_number": "Phone number"})
with_my_score
flag, or by sharing the game's deep link.
game_over
No event payload.
-Can be called by games when the user loses a game
+Can be called by games when the user loses a game.
game_loaded
No event payload.
Can be called by games once the game fully loads.
resize_frame
Event payload: JSON object with height
field
Event payload: JSON object with height
field.
Called by supported pages inside of IV iframe embeds, indicates the new size of the embed frame.