Class: TD::Types::FoundPosition
- Defined in:
- lib/tdlib/types/found_position.rb
Overview
Contains 0-based match position.
Instance Attribute Summary collapse
-
#position ⇒ Integer
The position of the match.
Method Summary
Methods inherited from Base
Instance Attribute Details
#position ⇒ Integer
The position of the match.
5 6 7 |
# File 'lib/tdlib/types/found_position.rb', line 5 def position @position end |