public static class TdApi.SendCallDebugInformation extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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.
|
SendCallDebugInformation(int callId,
java.lang.String debugInformation)
Creates a function, which sends debug information for a call.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public 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()
getConstructor
in class TdApi.Function