Package org.drinkless.tdlib
Class TdApi.GetPassportAuthorizationForm
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.GetPassportAuthorizationForm
-
- Enclosing class:
- TdApi
public static class TdApi.GetPassportAuthorizationForm extends TdApi.Function
Returns a Telegram Passport authorization form for sharing data with a service.Returns
PassportAuthorizationForm
-
-
Field Summary
Fields Modifier and Type Field Description longbotUserIdUser identifier of the service's bot.static intCONSTRUCTORIdentifier uniquely determining type of the object.StringnonceUnique request identifier provided by the service.StringpublicKeyService's public key.StringscopeTelegram Passport element types requested by the service.
-
Constructor Summary
Constructors Constructor Description GetPassportAuthorizationForm()Default constructor for a function, which returns a Telegram Passport authorization form for sharing data with a service.GetPassportAuthorizationForm(long botUserId, String scope, String publicKey, String nonce)Creates a function, which returns a Telegram Passport authorization form for sharing data with a service.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
botUserId
public long botUserId
User identifier of the service's bot.
-
scope
public String scope
Telegram Passport element types requested by the service.
-
publicKey
public String publicKey
Service's public key.
-
nonce
public String nonce
Unique request identifier provided by the service.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetPassportAuthorizationForm
public GetPassportAuthorizationForm()
Default constructor for a function, which returns a Telegram Passport authorization form for sharing data with a service.Returns
PassportAuthorizationForm
-
GetPassportAuthorizationForm
public GetPassportAuthorizationForm(long botUserId, String scope, String publicKey, String nonce)Creates a function, which returns a Telegram Passport authorization form for sharing data with a service.Returns
PassportAuthorizationForm- Parameters:
botUserId- User identifier of the service's bot.scope- Telegram Passport element types requested by the service.publicKey- Service's public key.nonce- Unique request identifier provided by the service.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-