java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BankCardActionOpenUrl
- Enclosing class:
- TdApi
Describes an action associated with
a bank card number.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Action text.The URL to be opened. -
Constructor Summary
ConstructorDescriptionDescribes an action associated with a bank card number.BankCardActionOpenUrl
(DataInput input) Describes an action associated with a bank card number.BankCardActionOpenUrl
(String text, String url) Describes an action associated with a bank card number. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
text
Action text. -
url
The URL to be opened. -
CONSTRUCTOR
public static final int CONSTRUCTOR- 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
- String Action text.url
- String The URL to be opened.
-
BankCardActionOpenUrl
Describes an action associated with a bank card number.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-