public static class TdApi.SendCallDebugInformation extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
int |
callId
Call identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
debugInformation
Debug information in application-specific format.
|
| Constructor and Description |
|---|
SendCallDebugInformation()
Default constructor for a function, which sends debug information for a call to Telegram servers.
|
SendCallDebugInformation(int callId,
java.lang.String debugInformation)
Creates a function, which sends debug information for a call to Telegram servers.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int callId
public java.lang.String debugInformation
public static final int CONSTRUCTOR
public SendCallDebugInformation()
Returns Ok
public SendCallDebugInformation(int callId,
java.lang.String debugInformation)
Returns Ok
callId - Call identifier.debugInformation - Debug information in application-specific format.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object