Module tdlight.api

Class TdApi.ClosedVectorPath

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ClosedVectorPath
Enclosing class:
TdApi

public static final class TdApi.ClosedVectorPath extends TdApi.Object
Represents a closed vector path. The path begins at the end point of the last command.
  • Field Details

  • Constructor Details

    • ClosedVectorPath

      public ClosedVectorPath()
      Represents a closed vector path. The path begins at the end point of the last command.
    • ClosedVectorPath

      public ClosedVectorPath(TdApi.VectorPathCommand[] commands)
      Represents a closed vector path. The path begins at the end point of the last command.
      Parameters:
      commands - VectorPathCommand[] List of vector path commands.
    • ClosedVectorPath

      public ClosedVectorPath(DataInput input) throws IOException
      Represents a closed vector path. The path begins at the end point of the last command.
      Throws:
      IOException
  • Method Details