2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Secure files upload / download support.

This commit is contained in:
John Preston
2018-03-25 15:37:57 +04:00
parent f633ead3ab
commit b2014f403e
15 changed files with 986 additions and 176 deletions

View File

@@ -20,6 +20,7 @@ enum class SendMediaType {
Photo,
Audio,
File,
Secure,
};
struct SendMediaPrepare {