Package org.drinkless.tdlib
Class TdApi.GetTonWithdrawalUrl
- Enclosing class:
- TdApi
Returns a URL for Toncoin withdrawal from the current user's account. The user must have at least 10 toncoins to withdraw and can withdraw up to 100000 Toncoins in one transaction.
Returns HttpUrl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The 2-step verification password of the current user. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns a URL for Toncoin withdrawal from the current user's account.GetTonWithdrawalUrl(String password) Creates a function, which returns a URL for Toncoin withdrawal from the current user's account. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
password
The 2-step verification password of the current user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetTonWithdrawalUrl
public GetTonWithdrawalUrl()Default constructor for a function, which returns a URL for Toncoin withdrawal from the current user's account. The user must have at least 10 toncoins to withdraw and can withdraw up to 100000 Toncoins in one transaction.Returns
HttpUrl -
GetTonWithdrawalUrl
Creates a function, which returns a URL for Toncoin withdrawal from the current user's account. The user must have at least 10 toncoins to withdraw and can withdraw up to 100000 Toncoins in one transaction.Returns
HttpUrl- Parameters:
password- The 2-step verification password of the current user.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-