Class TdApi.TestCallBytes

  • Enclosing class:
    TdApi

    public static class TdApi.TestCallBytes
    extends TdApi.Function
    Returns the received bytes; for testing only. This is an offline method. Can be called before authorization.

    Returns TestBytes

    • 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 for a function, which returns the received bytes; for testing only. This is an offline method. Can be called before authorization.

        Returns TestBytes

      • TestCallBytes

        public TestCallBytes​(byte[] x)
        Creates a function, which returns the received bytes; for testing only. This is an offline method. Can be called before authorization.

        Returns TestBytes

        Parameters:
        x - Bytes to return.