Uses of Class
it.tdlight.jni.TdApi.DatedFile
-
Uses of TdApi.DatedFile in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.EncryptedPassportElement.files
List of attached files.TdApi.PersonalDocument.files
List of files containing the pages of the document.TdApi.EncryptedPassportElement.frontSide
The front side of an identity document.TdApi.IdentityDocument.frontSide
Front side of the document.TdApi.EncryptedPassportElement.reverseSide
The reverse side of an identity document; may be null.TdApi.IdentityDocument.reverseSide
Reverse side of the document; only for driver license and identity card; may be null.TdApi.EncryptedPassportElement.selfie
Selfie with the document; may be null.TdApi.IdentityDocument.selfie
Selfie with the document; may be null.TdApi.EncryptedPassportElement.translation
List of files containing a certified English translation of the document.TdApi.IdentityDocument.translation
List of files containing a certified English translation of the document.TdApi.PersonalDocument.translation
List of files containing a certified English translation of the document.ModifierConstructorDescriptionEncryptedPassportElement
(TdApi.PassportElementType type, byte[] data, TdApi.DatedFile frontSide, TdApi.DatedFile reverseSide, TdApi.DatedFile selfie, TdApi.DatedFile[] translation, TdApi.DatedFile[] files, String value, String hash) Contains information about an encrypted Telegram Passport element; for bots only.IdentityDocument
(String number, TdApi.Date expiryDate, TdApi.DatedFile frontSide, TdApi.DatedFile reverseSide, TdApi.DatedFile selfie, TdApi.DatedFile[] translation) An identity document.PersonalDocument
(TdApi.DatedFile[] files, TdApi.DatedFile[] translation) A personal document, containing some information about a user.