Package it.tdlight.jni
Class TdApi.CallbackQueryPayloadDataWithPassword
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallbackQueryPayload
it.tdlight.jni.TdApi.CallbackQueryPayloadDataWithPassword
- Enclosing class:
- TdApi
public static class TdApi.CallbackQueryPayloadDataWithPassword extends TdApi.CallbackQueryPayload
The payload for a callback button requiring password.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
byte[]
data
Data that was attached to the callback button.String
password
The password for the current user. -
Constructor Summary
Constructors Constructor Description CallbackQueryPayloadDataWithPassword()
The payload for a callback button requiring password.CallbackQueryPayloadDataWithPassword(DataInput input)
CallbackQueryPayloadDataWithPassword(String password, byte[] data)
The payload for a callback button requiring password. -
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
-
password
The password for the current user. -
data
public byte[] dataData that was attached to the callback button. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
CallbackQueryPayloadDataWithPassword
public CallbackQueryPayloadDataWithPassword()The payload for a callback button requiring password. -
CallbackQueryPayloadDataWithPassword
The payload for a callback button requiring password.- Parameters:
password
- String The password for the current user.data
- byte[] Data that was attached to the callback button.
-
CallbackQueryPayloadDataWithPassword
- 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()
-