Package it.tdlight.jni
Class TdApi.CallStatePending
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallState
it.tdlight.jni.TdApi.CallStatePending
- Enclosing class:
- TdApi
public static class TdApi.CallStatePending extends TdApi.CallState
The call is pending, waiting to be
accepted by a user.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
isCreated
True, if the call has already been created by the server.boolean
isReceived
True, if the call has already been received by the other party. -
Constructor Summary
Constructors Constructor Description CallStatePending()
The call is pending, waiting to be accepted by a user.CallStatePending(boolean isCreated, boolean isReceived)
The call is pending, waiting to be accepted by a user.CallStatePending(DataInput input)
-
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
-
isCreated
public boolean isCreatedTrue, if the call has already been created by the server. -
isReceived
public boolean isReceivedTrue, if the call has already been received by the other party. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
CallStatePending
public CallStatePending()The call is pending, waiting to be accepted by a user. -
CallStatePending
public CallStatePending(boolean isCreated, boolean isReceived)The call is pending, waiting to be accepted by a user.- Parameters:
isCreated
- boolean True, if the call has already been created by the server.isReceived
- boolean True, if the call has already been received by the other party.
-
CallStatePending
- 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()
-