Class: TD::Types::FoundPositions
- Defined in:
- lib/tdlib/types/found_positions.rb
Overview
Contains 0-based positions of matched objects.
Instance Attribute Summary collapse
-
#positions ⇒ Array<Integer>
The positions of the matched objects.
-
#total_count ⇒ Integer
Total number of matched objects.
Method Summary
Methods inherited from Base
Instance Attribute Details
#positions ⇒ Array<Integer>
The positions of the matched objects.
6 7 8 |
# File 'lib/tdlib/types/found_positions.rb', line 6 def positions @positions end |
#total_count ⇒ Integer
Total number of matched objects.
6 7 8 |
# File 'lib/tdlib/types/found_positions.rb', line 6 def total_count @total_count end |