- Enclosing class:
- TdApi
Sends debug information for a call to Telegram servers.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionint
Call identifier.static final int
Debug information in application-specific format. -
Constructor Summary
ConstructorDescriptionSends debug information for a call to Telegram servers.SendCallDebugInformation
(int callId, String debugInformation) Sends debug information for a call to Telegram servers.Sends debug information for a call to Telegram servers. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
callId
public int callIdCall identifier. -
debugInformation
Debug information in application-specific format. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SendCallDebugInformation
public SendCallDebugInformation()Sends debug information for a call to Telegram servers. ReturnsOk
-
SendCallDebugInformation
Sends debug information for a call to Telegram servers. ReturnsOk
- Parameters:
callId
- int Call identifier.debugInformation
- String Debug information in application-specific format.
-
SendCallDebugInformation
Sends debug information for a call to Telegram servers. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-