Fix previous commit.
GitOrigin-RevId: 557b8344a9b6bfb64b0645b2afcaf31607546660
This commit is contained in:
parent
93db75293d
commit
f97de8b6ae
@ -130,7 +130,7 @@ td_api::object_ptr<td_api::encryptedCredentials> get_encrypted_credentials_objec
|
|||||||
|
|
||||||
class SecureValue {
|
class SecureValue {
|
||||||
public:
|
public:
|
||||||
SecureValueType type = SecureValueType::None
|
SecureValueType type = SecureValueType::None;
|
||||||
string data;
|
string data;
|
||||||
vector<FileId> files;
|
vector<FileId> files;
|
||||||
FileId selfie;
|
FileId selfie;
|
||||||
|
Reference in New Issue
Block a user