Module tdlight.api

Class TdApi.CallId

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallId
Enclosing class:
TdApi

public static final class TdApi.CallId extends TdApi.Object
Contains the call identifier.
  • Field Details

    • id

      public int id
      Call identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • CallId

      public CallId()
      Contains the call identifier.
    • CallId

      public CallId(int id)
      Contains the call identifier.
      Parameters:
      id - int Call identifier.
    • CallId

      public CallId(DataInput input) throws IOException
      Contains the call identifier.
      Throws:
      IOException
  • Method Details