Class TdApi.SendCallDebugInformation

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SendCallDebugInformation
Enclosing class:
TdApi

public static class TdApi.SendCallDebugInformation
extends TdApi.Function
Sends debug information for a call.

Returns Ok

  • Field Details

    • callId

      public int callId
      Call identifier.
    • debugInformation

      public String debugInformation
      Debug information in application-specific format.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • SendCallDebugInformation

      public SendCallDebugInformation()
      Sends debug information for a call.

      Returns Ok

    • SendCallDebugInformation

      public SendCallDebugInformation​(int callId, String debugInformation)
      Sends debug information for a call.

      Returns Ok

      Parameters:
      callId - int Call identifier.
      debugInformation - String Debug information in application-specific format.
    • SendCallDebugInformation

      public SendCallDebugInformation​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details