Class: TD::Types::ClosedVectorPath
- Defined in:
- lib/tdlib/types/closed_vector_path.rb
Overview
Represents a closed vector path. The path begins at the end point of the last command.
Instance Attribute Summary collapse
-
#commands ⇒ Array<TD::Types::VectorPathCommand>
List of vector path commands.
Method Summary
Methods inherited from Base
Instance Attribute Details
#commands ⇒ Array<TD::Types::VectorPathCommand>
List of vector path commands.
6 7 8 |
# File 'lib/tdlib/types/closed_vector_path.rb', line 6 def commands @commands end |