Package org.drinkless.tdlib
Class TdApi.InputCredentialsSaved
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InputCredentials
-
- org.drinkless.tdlib.TdApi.InputCredentialsSaved
-
- Enclosing class:
- TdApi
public static class TdApi.InputCredentialsSaved extends TdApi.InputCredentials
Applies if a user chooses some previously saved payment credentials. To use their previously saved credentials, the user must have a valid temporary password.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringsavedCredentialsIdIdentifier of the saved credentials.
-
Constructor Summary
Constructors Constructor Description InputCredentialsSaved()Applies if a user chooses some previously saved payment credentials.InputCredentialsSaved(String savedCredentialsId)Applies if a user chooses some previously saved payment credentials.
-
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
-
savedCredentialsId
public String savedCredentialsId
Identifier of the saved credentials.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InputCredentialsSaved
public InputCredentialsSaved()
Applies if a user chooses some previously saved payment credentials. To use their previously saved credentials, the user must have a valid temporary password.
-
InputCredentialsSaved
public InputCredentialsSaved(String savedCredentialsId)
Applies if a user chooses some previously saved payment credentials. To use their previously saved credentials, the user must have a valid temporary password.- Parameters:
savedCredentialsId- Identifier of the saved credentials.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-