🗃️Cloud Storage
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.
Last updated