🗃️Cloud Storage

Saving any data to Cloud Storage

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

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.

Last updated