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 Summary

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

      Constructors 
      Constructor Description
      TestBytes()
      Default constructor.
      TestBytes​(byte[] value)
      Constructor for initialization of all fields.
    • 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()
        Default constructor.
      • TestBytes

        public TestBytes​(byte[] value)
        Constructor for initialization of all fields.
        Parameters:
        value - Bytes.