Class: TD::Types::Countries

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/countries.rb

Overview

Contains information about countries.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#countriesArray<TD::Types::CountryInfo>

The list of countries.

Returns:



5
6
7
# File 'lib/tdlib/types/countries.rb', line 5

def countries
  @countries
end