Uses of Class
org.drinkless.tdlib.TdApi.PassportElementType
-
Packages that use TdApi.PassportElementType Package Description org.drinkless.tdlib -
-
Uses of TdApi.PassportElementType in org.drinkless.tdlib
Subclasses of TdApi.PassportElementType in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.PassportElementTypeAddressA Telegram Passport element containing the user's address.static classTdApi.PassportElementTypeBankStatementA Telegram Passport element containing the user's bank statement.static classTdApi.PassportElementTypeDriverLicenseA Telegram Passport element containing the user's driver license.static classTdApi.PassportElementTypeEmailAddressA Telegram Passport element containing the user's email address.static classTdApi.PassportElementTypeIdentityCardA Telegram Passport element containing the user's identity card.static classTdApi.PassportElementTypeInternalPassportA Telegram Passport element containing the user's internal passport.static classTdApi.PassportElementTypePassportA Telegram Passport element containing the user's passport.static classTdApi.PassportElementTypePassportRegistrationA Telegram Passport element containing the registration page of the user's passport.static classTdApi.PassportElementTypePersonalDetailsA Telegram Passport element containing the user's personal details.static classTdApi.PassportElementTypePhoneNumberA Telegram Passport element containing the user's phone number.static classTdApi.PassportElementTypeRentalAgreementA Telegram Passport element containing the user's rental agreement.static classTdApi.PassportElementTypeTemporaryRegistrationA Telegram Passport element containing the user's temporary registration.static classTdApi.PassportElementTypeUtilityBillA Telegram Passport element containing the user's utility bill.Fields in org.drinkless.tdlib declared as TdApi.PassportElementType Modifier and Type Field Description TdApi.PassportElementTypeTdApi.DeletePassportElement. typeElement type.TdApi.PassportElementTypeTdApi.EncryptedPassportElement. typeType of Telegram Passport element.TdApi.PassportElementTypeTdApi.GetPassportElement. typeTelegram Passport element type.TdApi.PassportElementTypeTdApi.InputPassportElementError. typeType of Telegram Passport element that has the error.TdApi.PassportElementTypeTdApi.PassportElementError. typeType of the Telegram Passport element which has the error.TdApi.PassportElementTypeTdApi.PassportSuitableElement. typeType of the element.TdApi.PassportElementType[]TdApi.MessagePassportDataSent. typesList of Telegram Passport element types sent.TdApi.PassportElementType[]TdApi.SendPassportAuthorizationForm. typesTypes of Telegram Passport elements chosen by user to complete the authorization form.Constructors in org.drinkless.tdlib with parameters of type TdApi.PassportElementType Constructor Description DeletePassportElement(TdApi.PassportElementType type)Creates a function, which deletes a Telegram Passport element.EncryptedPassportElement(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.GetPassportElement(TdApi.PassportElementType type, String password)Creates a function, which returns one of the available Telegram Passport elements.InputPassportElementError(TdApi.PassportElementType type, String message, TdApi.InputPassportElementErrorSource source)Contains the description of an error in a Telegram Passport element; for bots only.MessagePassportDataSent(TdApi.PassportElementType[] types)Telegram Passport data has been sent.PassportElementError(TdApi.PassportElementType type, String message, TdApi.PassportElementErrorSource source)Contains the description of an error in a Telegram Passport element.PassportSuitableElement(TdApi.PassportElementType type, boolean isSelfieRequired, boolean isTranslationRequired, boolean isNativeNameRequired)Contains information about a Telegram Passport element that was requested by a service.SendPassportAuthorizationForm(int autorizationFormId, TdApi.PassportElementType[] types)Creates a function, which sends a Telegram Passport authorization form, effectively sharing data with the service.
-