Fix previous commit.

GitOrigin-RevId: 557b8344a9b6bfb64b0645b2afcaf31607546660
This commit is contained in:
levlam 2018-04-06 19:30:36 +03:00
parent 93db75293d
commit f97de8b6ae

View File

@ -130,7 +130,7 @@ td_api::object_ptr<td_api::encryptedCredentials> get_encrypted_credentials_objec
class SecureValue {
public:
SecureValueType type = SecureValueType::None
SecureValueType type = SecureValueType::None;
string data;
vector<FileId> files;
FileId selfie;