Class: TD::Types::ClosedVectorPath

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#commandsArray<TD::Types::VectorPathCommand>

List of vector path commands.

Returns:



6
7
8
# File 'lib/tdlib/types/closed_vector_path.rb', line 6

def commands
  @commands
end