Package it.tdlight.jni
Class TdApi.BankCardActionOpenUrl
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BankCardActionOpenUrl
- Enclosing class:
- TdApi
public static class TdApi.BankCardActionOpenUrl extends TdApi.Object
Describes an action associated with
a bank card number.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
text
Action text.String
url
The URL to be opened. -
Constructor Summary
Constructors Constructor Description BankCardActionOpenUrl()
Describes an action associated with a bank card number.BankCardActionOpenUrl(DataInput input)
BankCardActionOpenUrl(String text, String url)
Describes an action associated with a bank card number. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-