Package org.drinkless.tdlib
Class TdApi.BankCardActionOpenUrl
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.BankCardActionOpenUrl
- Enclosing class:
- TdApi
Describes an action associated with a bank card number.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Action text.The URL to be opened. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes an action associated with a bank card number.BankCardActionOpenUrl(String text, String url) Describes an action associated with a bank card number. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
text
Action text. -
url
The URL to be opened. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
BankCardActionOpenUrl
public BankCardActionOpenUrl()Describes an action associated with a bank card number. -
BankCardActionOpenUrl
Describes an action associated with a bank card number.- Parameters:
text- Action text.url- The URL to be opened.
-
-
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
-