public static class TdApi.GetGroupCallStreams extends TdApi.Function<TdApi.GroupCallStreams>
Returns GroupCallStreams
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
| Constructor and Description |
|---|
GetGroupCallStreams()
Default constructor for a function, which returns information about available group call streams.
|
GetGroupCallStreams(int groupCallId)
Creates a function, which returns information about available group call streams.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int groupCallId
public static final int CONSTRUCTOR
public GetGroupCallStreams()
Returns GroupCallStreams
public GetGroupCallStreams(int groupCallId)
Returns GroupCallStreams
groupCallId - Group call identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object