Module tdlight.api

Class TdApi.SendCallLog

Enclosing class:
TdApi

public static final class TdApi.SendCallLog extends TdApi.Function<TdApi.Ok>
Sends log file for a call to Telegram servers. Returns Ok
  • Field Details

    • callId

      public int callId
      Call identifier.
    • logFile

      public TdApi.InputFile logFile
      Call log file. Only inputFileLocal and inputFileGenerated are supported.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • SendCallLog

      public SendCallLog()
      Sends log file for a call to Telegram servers. Returns Ok
    • SendCallLog

      public SendCallLog(int callId, TdApi.InputFile logFile)
      Sends log file for a call to Telegram servers. Returns Ok
      Parameters:
      callId - int Call identifier.
      logFile - InputFile Call log file. Only inputFileLocal and inputFileGenerated are supported.
    • SendCallLog

      public SendCallLog(DataInput input) throws IOException
      Sends log file for a call to Telegram servers. Returns Ok
      Throws:
      IOException
  • Method Details