public static class TdApi.GroupCallId extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
id
Group call identifier.
|
| Constructor and Description |
|---|
GroupCallId()
Contains the group call identifier.
|
GroupCallId(int id)
Contains the group call identifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int id
public static final int CONSTRUCTOR
public GroupCallId()
public GroupCallId(int id)
id - Group call identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object