Sha256: 294d892f65579431b7eb6c6c067cb63dc08a15a93023b800117c11c1d46c1606

Contents?: true

Size: 239 Bytes

Versions: 4

Compression:

Stored size: 239 Bytes

Contents

module TD::Types
  # A straight line to a given point.
  #
  # @attr end_point [TD::Types::Point] The end point of the straight line.
  class VectorPathCommand::Line < VectorPathCommand
    attribute :end_point, TD::Types::Point
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/vector_path_command/line.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/vector_path_command/line.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/vector_path_command/line.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/vector_path_command/line.rb