Package org.drinkless.tdlib
Class TdApi.GroupCallId
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GroupCallId
- Enclosing class:
- TdApi
Contains the group call identifier.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intGroup call identifier. -
Constructor Summary
ConstructorsConstructorDescriptionContains the group call identifier.GroupCallId(int id) Contains the group call identifier. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
id
public int idGroup call identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GroupCallId
public GroupCallId()Contains the group call identifier. -
GroupCallId
public GroupCallId(int id) Contains the group call identifier.- Parameters:
id- Group call identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-