Module tdlight.api

Class TdApi.CallServer

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

public static final class TdApi.CallServer extends TdApi.Object
Describes a server for relaying call data.
  • Field Details

    • id

      public long id
      Server identifier.
    • ipAddress

      public String ipAddress
      Server IPv4 address.
    • ipv6Address

      public String ipv6Address
      Server IPv6 address.
    • port

      public int port
      Server port number.
    • type

      public TdApi.CallServerType type
      Server type.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • CallServer

      public CallServer()
      Describes a server for relaying call data.
    • CallServer

      public CallServer(long id, String ipAddress, String ipv6Address, int port, TdApi.CallServerType type)
      Describes a server for relaying call data.
      Parameters:
      id - long Server identifier.
      ipAddress - String Server IPv4 address.
      ipv6Address - String Server IPv6 address.
      port - int Server port number.
      type - CallServerType Server type.
    • CallServer

      public CallServer(DataInput input) throws IOException
      Describes a server for relaying call data.
      Throws:
      IOException
  • Method Details