Skip to content

Releases: twa-dev/SDK

v6.9.1

22 Oct 14:56
Compare
Choose a tag to compare

Caution

This version contains mistake that breaks imports of MainButton and BackButton. Please use 6.9.2 or higher.

Fixed problems with imports and source maps

v6.9.0

20 Sep 19:28
Compare
Choose a tag to compare
  • Added the field CloudStorage and the methods requestWriteAccess, requestContact to the class WebApp.
  • Added the fields added_to_attachment_menu, allows_write_to_pm to the class WebAppUser.
  • Added the events writeAccessRequested, contactRequested.
  • Added the ability to set any header color using the setHeaderColor method.

v6.7.1

06 Aug 19:06
Compare
Choose a tag to compare

Updated telegram-web-app.js

v6.7.0

18 Jun 14:13
Compare
Choose a tag to compare
  • WebApp: added switchInlineQuery method
  • WebApp.initDataUnsafe: added chat_type and chat_instance props
  • WebApp.initDataUnsafe: added added_to_attachment_menu to user

v6.4.2

09 Jan 04:32
Compare
Choose a tag to compare
  • Added methods showScanQrPopup, closeScanQrPopup, readTextFromClipboard to the class WebApp.
  • Added the events qrTextReceived, clipboardTextReceived.
  • Added the optional parameter options to the method openLink.