Uses of Class
it.tdlight.jni.TdApi.DatedFile
-
Uses of TdApi.DatedFile in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.DatedFileModifier and TypeFieldDescriptionTdApi.EncryptedPassportElement.filesList of attached files.TdApi.PersonalDocument.filesList of files containing the pages of the document.TdApi.EncryptedPassportElement.frontSideThe front side of an identity document.TdApi.IdentityDocument.frontSideFront side of the document.TdApi.EncryptedPassportElement.reverseSideThe reverse side of an identity document; may be null.TdApi.IdentityDocument.reverseSideReverse side of the document; only for driver license and identity card; may be null.TdApi.EncryptedPassportElement.selfieSelfie with the document; may be null.TdApi.IdentityDocument.selfieSelfie with the document; may be null.TdApi.EncryptedPassportElement.translationList of files containing a certified English translation of the document.TdApi.IdentityDocument.translationList of files containing a certified English translation of the document.TdApi.PersonalDocument.translationList of files containing a certified English translation of the document.Constructors in it.tdlight.jni with parameters of type TdApi.DatedFileModifierConstructorDescriptionEncryptedPassportElement(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.