Package org.drinkless.tdlib
Class TdApi.PassportRequiredElement
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PassportRequiredElement
-
- Enclosing class:
- TdApi
public static class TdApi.PassportRequiredElement extends TdApi.Object
Contains a description of the required Telegram Passport element that was requested by a service.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.PassportSuitableElement[]suitableElementsList of Telegram Passport elements any of which is enough to provide.
-
Constructor Summary
Constructors Constructor Description PassportRequiredElement()Contains a description of the required Telegram Passport element that was requested by a service.PassportRequiredElement(TdApi.PassportSuitableElement[] suitableElements)Contains a description of the required Telegram Passport element that was requested by a service.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
suitableElements
public TdApi.PassportSuitableElement[] suitableElements
List of Telegram Passport elements any of which is enough to provide.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PassportRequiredElement
public PassportRequiredElement()
Contains a description of the required Telegram Passport element that was requested by a service.
-
PassportRequiredElement
public PassportRequiredElement(TdApi.PassportSuitableElement[] suitableElements)
Contains a description of the required Telegram Passport element that was requested by a service.- Parameters:
suitableElements- List of Telegram Passport elements any of which is enough to provide.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-