public static class TdApi.UpdateGroupCall extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.GroupCall |
groupCall
New data about a group call.
|
Constructor and Description |
---|
UpdateGroupCall()
Information about a group call was updated.
|
UpdateGroupCall(TdApi.GroupCall groupCall)
Information about a group call was updated.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.GroupCall groupCall
public static final int CONSTRUCTOR
public UpdateGroupCall()
public UpdateGroupCall(TdApi.GroupCall groupCall)
groupCall
- New data about a group call.public int getConstructor()
getConstructor
in class TdApi.Update