Class TdApi.CallServerTypeTelegramReflector

Enclosing class:
TdApi

public static class TdApi.CallServerTypeTelegramReflector extends TdApi.CallServerType
A Telegram call reflector.
  • Field Details

    • peerTag

      public byte[] peerTag
      A peer tag to be used with the reflector.
    • isTcp

      public boolean isTcp
      True, if the server uses TCP instead of UDP.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • CallServerTypeTelegramReflector

      public CallServerTypeTelegramReflector()
      A Telegram call reflector.
    • CallServerTypeTelegramReflector

      public CallServerTypeTelegramReflector(byte[] peerTag, boolean isTcp)
      A Telegram call reflector.
      Parameters:
      peerTag - A peer tag to be used with the reflector.
      isTcp - True, if the server uses TCP instead of UDP.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR