public static class TdApi.UpdateGroupCall extends TdApi.Update
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object