Class: TD::Types::Countries
- Defined in:
- lib/tdlib/types/countries.rb
Overview
Contains information about countries.
Instance Attribute Summary collapse
-
#countries ⇒ Array<TD::Types::CountryInfo>
The list of countries.
Method Summary
Methods inherited from Base
Instance Attribute Details
#countries ⇒ Array<TD::Types::CountryInfo>
The list of countries.
5 6 7 |
# File 'lib/tdlib/types/countries.rb', line 5 def countries @countries end |