Class: TD::Types::TimeZones

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

Overview

Contains a list of time zones.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#time_zonesArray<TD::Types::TimeZone>

A list of time zones.

Returns:



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

def time_zones
  @time_zones
end