Package it.tdlight.jni
Class TdApi.UpdateGroupCall
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateGroupCall
- Enclosing class:
- TdApi
public static class TdApi.UpdateGroupCall extends TdApi.Update
Information about a group call was updated.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.GroupCall
groupCall
New data about a group call. -
Constructor Summary
Constructors Constructor Description UpdateGroupCall()
Information about a group call was updated.UpdateGroupCall(TdApi.GroupCall groupCall)
Information about a group call was updated.UpdateGroupCall(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
-
groupCall
New data about a group call. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateGroupCall
public UpdateGroupCall()Information about a group call was updated. -
UpdateGroupCall
Information about a group call was updated.- Parameters:
groupCall
- GroupCall New data about a group call.
-
UpdateGroupCall
- 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()
-