🩵
Telegram Mini Apps SDK for Construct 3 | Documentation
Mini App ExamplePurchase (Assets Store)Telegram ChannelDeveloper
  • Getting Started
    • 📦Installation and usage
  • Setup
    • ⚙️Plugin Properties
      • 💡Common
      • 🎨Theme
      • 🔘Buttons
  • SDK
    • 🧑‍💻User
    • 🆔Biometric Manager
    • 🗃️Cloud Storage
    • 📳Vibration
Powered by GitBook
On this page
  • Saving any data to Cloud Storage
  • Getting data from Cloud Storage
  • Removing data from Cloud Storage
  1. SDK

Cloud Storage

PreviousBiometric ManagerNextVibration

Last updated 8 months ago

Saving any data to Cloud Storage

To save something in Telegram Cloud Storage you should use this action:

The key should contain 1-128 characters, only A-Z, a-z, 0-9, _ and - are allowed.

The value should contain 0-4096 characters. You can store up to 1024 keys in the cloud storage.

Getting data from Cloud Storage

As default the Telegram Mini App stores 3 keys into every Telegram User Cloud Storage, so you don't need to save that data:

  • language_code

  • user_id

  • username

To get something from Telegram Cloud Storage you should use this expression:

Removing data from Cloud Storage

To remove any key OR keys from Telegram Cloud Storage you should use this action:

In Items property you should write comma seperated keys.

🗃️