- Enclosing class:
- TdApi
Sends debug information for a call to Telegram servers.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionintCall identifier.static final intDebug information in application-specific format. -
Constructor Summary
ConstructorsConstructorDescriptionSends 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-