Module tdlight.api

Class TdApi.SendCallDebugInformation

Enclosing class:
TdApi

public static final class TdApi.SendCallDebugInformation extends TdApi.Function<TdApi.Ok>
Sends debug information for a call to Telegram servers. 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:
  • Constructor Details

    • SendCallDebugInformation

      public SendCallDebugInformation()
      Sends debug information for a call to Telegram servers. Returns Ok
    • SendCallDebugInformation

      public SendCallDebugInformation(int callId, String debugInformation)
      Sends debug information for a call to Telegram servers. Returns Ok
      Parameters:
      callId - int Call identifier.
      debugInformation - String Debug information in application-specific format.
    • SendCallDebugInformation

      public SendCallDebugInformation(DataInput input) throws IOException
      Sends debug information for a call to Telegram servers. Returns Ok
      Throws:
      IOException
  • Method Details