Uses of Class
it.tdlight.jni.TdApi.PassportElement
-
Uses of TdApi.PassportElement in it.tdlight.jni
Subclasses of TdApi.PassportElement in it.tdlight.jni Modifier and Type Class Description static class
TdApi.PassportElementAddress
A Telegram Passport element containing the user's address.static class
TdApi.PassportElementBankStatement
A Telegram Passport element containing the user's bank statement.static class
TdApi.PassportElementDriverLicense
A Telegram Passport element containing the user's driver license.static class
TdApi.PassportElementEmailAddress
A Telegram Passport element containing the user's email address.static class
TdApi.PassportElementIdentityCard
A Telegram Passport element containing the user's identity card.static class
TdApi.PassportElementInternalPassport
A Telegram Passport element containing the user's internal passport.static class
TdApi.PassportElementPassport
A Telegram Passport element containing the user's passport.static class
TdApi.PassportElementPassportRegistration
A Telegram Passport element containing the user's passport registration pages.static class
TdApi.PassportElementPersonalDetails
A Telegram Passport element containing the user's personal details.static class
TdApi.PassportElementPhoneNumber
A Telegram Passport element containing the user's phone number.static class
TdApi.PassportElementRentalAgreement
A Telegram Passport element containing the user's rental agreement.static class
TdApi.PassportElementTemporaryRegistration
A Telegram Passport element containing the user's temporary registration.static class
TdApi.PassportElementUtilityBill
A Telegram Passport element containing the user's utility bill.Fields in it.tdlight.jni declared as TdApi.PassportElement Modifier and Type Field Description TdApi.PassportElement[]
TdApi.PassportElements. elements
Telegram Passport elements.TdApi.PassportElement[]
TdApi.PassportElementsWithErrors. elements
Telegram Passport elements.Constructors in it.tdlight.jni with parameters of type TdApi.PassportElement Constructor Description PassportElements(TdApi.PassportElement[] elements)
Contains information about saved Telegram Passport elements.PassportElementsWithErrors(TdApi.PassportElement[] elements, TdApi.PassportElementError[] errors)
Contains information about a Telegram Passport elements and corresponding errors.