java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallState
it.tdlight.jni.TdApi.CallStatePending
- Enclosing class:
- TdApi
The call is pending, waiting to be
accepted by a user.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intbooleanTrue, if the call has already been created by the server.booleanTrue, if the call has already been received by the other party. -
Constructor Summary
ConstructorsConstructorDescriptionThe 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) The call is pending, waiting to be accepted by a user. -
Method Summary
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:
-
-
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
The call is pending, waiting to be accepted by a user.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-