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() |
toString
public int id
public static final int CONSTRUCTOR
public GroupCallId()
public GroupCallId(int id)
id
- Group call identifier.public int getConstructor()
getConstructor
in class TdApi.Object