Module tdlight.api

Class TdApi.VectorPathCommand

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.VectorPathCommand
Direct Known Subclasses:
TdApi.VectorPathCommandCubicBezierCurve, TdApi.VectorPathCommandLine
Enclosing class:
TdApi

public abstract static sealed class TdApi.VectorPathCommand extends TdApi.Object permits TdApi.VectorPathCommandLine, TdApi.VectorPathCommandCubicBezierCurve
This class is an abstract base class. Represents a vector path command.
  • Constructor Details

    • VectorPathCommand

      public VectorPathCommand()
      Default class constructor.