Module tdlight.api

Class TdApi.UpdateCall

Enclosing class:
TdApi

public static final class TdApi.UpdateCall extends TdApi.Update
New call was created or information about a call was updated.
  • Field Details

  • Constructor Details

    • UpdateCall

      public UpdateCall()
      New call was created or information about a call was updated.
    • UpdateCall

      public UpdateCall(TdApi.Call call)
      New call was created or information about a call was updated.
      Parameters:
      call - Call New data about a call.
    • UpdateCall

      public UpdateCall(DataInput input) throws IOException
      New call was created or information about a call was updated.
      Throws:
      IOException
  • Method Details