Class TdApi.TestBytes

  • Enclosing class:
    TdApi

    public static class TdApi.TestBytes
    extends TdApi.Object
    A simple object containing a sequence of bytes; for testing only.
    • Field Detail

      • value

        public byte[] value
        Bytes.
      • CONSTRUCTOR

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

      • TestBytes

        public TestBytes()
        A simple object containing a sequence of bytes; for testing only.
      • TestBytes

        public TestBytes​(byte[] value)
        A simple object containing a sequence of bytes; for testing only.
        Parameters:
        value - Bytes.