Uses of Class
org.drinkless.tdlib.TdApi.PassportElement
Packages that use TdApi.PassportElement
-
Uses of TdApi.PassportElement in org.drinkless.tdlib
Subclasses of TdApi.PassportElement in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A Telegram Passport element containing the user's address.static class
A Telegram Passport element containing the user's bank statement.static class
A Telegram Passport element containing the user's driver license.static class
A Telegram Passport element containing the user's email address.static class
A Telegram Passport element containing the user's identity card.static class
A Telegram Passport element containing the user's internal passport.static class
A Telegram Passport element containing the user's passport.static class
A Telegram Passport element containing the user's passport registration pages.static class
A Telegram Passport element containing the user's personal details.static class
A Telegram Passport element containing the user's phone number.static class
A Telegram Passport element containing the user's rental agreement.static class
A Telegram Passport element containing the user's temporary registration.static class
A Telegram Passport element containing the user's utility bill.Fields in org.drinkless.tdlib declared as TdApi.PassportElementModifier and TypeFieldDescriptionTdApi.PassportElements.elements
Telegram Passport elements.TdApi.PassportElementsWithErrors.elements
Telegram Passport elements.Constructors in org.drinkless.tdlib with parameters of type TdApi.PassportElementModifierConstructorDescriptionPassportElements
(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.