Skip to content

Latest commit

 

History

History
204 lines (177 loc) · 13.8 KB

File metadata and controls

204 lines (177 loc) · 13.8 KB

Telegram WebApp API Coverage

This checklist tracks support for the Telegram Web Apps JavaScript API. Mark items as they are implemented.

Methods

Objects

BottomButton (Main & Secondary)

MainButton

SecondaryButton

BackButton

SettingsButton

HapticFeedback

Properties

Sensors

Accelerometer

Gyroscope

DeviceOrientation

LocationManager

BiometricManager

Storages

CloudStorage

DeviceStorage

SecureStorage

Background events

Event Payload
mainButtonClicked none
backButtonClicked none
settingsButtonClicked none
writeAccessRequested bool granted flag
contactRequested bool shared flag
phoneRequested bool shared flag
invoiceClosed status String
popupClosed object { button_id: Option<String> }
qrTextReceived scanned text String
clipboardTextReceived clipboard text String

Remaining WebApp Features

The SDK currently covers the complete Telegram WebApp API 9.2 surface. If you spot a gap, please open an issue so it can be addressed quickly.