Class TdApi.TestCallBytes

  • Enclosing class:
    TdApi

    public static class TdApi.TestCallBytes
    extends TdApi.Function
    Returns the received bytes; for testing only.

    Returns TestBytes

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      byte[] x
      Bytes to return.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestCallBytes()
      Default constructor.
      TestCallBytes​(byte[] x)
      Constructor for initialization of all fields.
    • Field Detail

      • x

        public byte[] x
        Bytes to return.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TestCallBytes

        public TestCallBytes()
        Default constructor.
      • TestCallBytes

        public TestCallBytes​(byte[] x)
        Constructor for initialization of all fields.
        Parameters:
        x - Bytes to return.