Uses of Class
org.drinkless.tdlib.TdApi.DatedFile
Packages that use TdApi.DatedFile
-
Uses of TdApi.DatedFile in org.drinkless.tdlib
Fields in org.drinkless.tdlib 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 org.drinkless.tdlib 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 expirationDate, 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.