Package it.tdlight.jni
Class TdApi.GroupCallId
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallId
- Enclosing class:
- TdApi
public static class TdApi.GroupCallId extends TdApi.Object
Contains the group call identifier.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
id
Group call identifier. -
Constructor Summary
Constructors Constructor Description GroupCallId()
Contains the group call identifier.GroupCallId(int id)
Contains the group call identifier.GroupCallId(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
-
id
public int idGroup call identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GroupCallId
public GroupCallId()Contains the group call identifier. -
GroupCallId
public GroupCallId(int id)Contains the group call identifier.- Parameters:
id
- int Group call identifier.
-
GroupCallId
- 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()
-