secureValue

secureValue#187fa0ca flags:# type:SecureValueType data:flags.0?SecureData front_side:flags.1?SecureFile reverse_side:flags.2?SecureFile selfie:flags.3?SecureFile translation:flags.6?Vector<SecureFile> files:flags.4?Vector<SecureFile> plain_data:flags.5?SecurePlainData hash:bytes = SecureValue;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
type SecureValueType Type.
data flags.0?SecureData Request payload.
front_side flags.1?SecureFile
reverse_side flags.2?SecureFile
selfie flags.3?SecureFile
translation flags.6?Vector<SecureFile>
files flags.4?Vector<SecureFile>
plain_data flags.5?SecurePlainData
hash bytes Hash of what the client already has. If it matches, the server answers "not modified" and sends nothing again.

Type

SecureValue

Related pages

Types used here

Back to top