overtake / TelegramSwift

Source code of Telegram for macos on Swift 5.0
https://macos.telegram.org
GNU General Public License v2.0
4.91k stars 818 forks source link

Bot api 6.9 not working (Cloud Storage) #1041

Open 9en9i opened 7 months ago

9en9i commented 7 months ago

I'm developing a Telegram mini app. In my project I am using the new Cloud Storage api. I noticed that CloudStorage.getItem and other methods don't work. According to the documentation the second argument should be callback. The problem is that this callback is not executed in this client. My code using cloud storage api works in all other clients, so I conclude that the problem is in this client.