Package org.drinkless.tdlib
Class TdApi.SendCallDebugInformation
- Enclosing class:
- TdApi
Sends debug information for a call to Telegram servers.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionintCall identifier.static final intIdentifier uniquely determining type of the object.Debug information in application-specific format. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which sends debug information for a call to Telegram servers.SendCallDebugInformation(int callId, String debugInformation) Creates a function, which sends debug information for a call to Telegram servers. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
callId
public int callIdCall identifier. -
debugInformation
Debug information in application-specific format. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SendCallDebugInformation
public SendCallDebugInformation()Default constructor for a function, which sends debug information for a call to Telegram servers.Returns
Ok -
SendCallDebugInformation
Creates a function, which sends debug information for a call to Telegram servers.Returns
Ok- Parameters:
callId- Call identifier.debugInformation- Debug information in application-specific format.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-