Package org.drinkless.tdlib
Class TdApi.UpdateGroupCall
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.GroupCallgroupCallNew 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
groupCall
public TdApi.GroupCall groupCall
New data about a group call.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateGroupCall
public UpdateGroupCall()
Information about a group call was updated.
-
UpdateGroupCall
public UpdateGroupCall(TdApi.GroupCall groupCall)
Information about a group call was updated.- Parameters:
groupCall- New data about a group call.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-