Class: TD::Types::LocalizationTargetInfo
- Defined in:
- lib/tdlib/types/localization_target_info.rb
Overview
Contains information about the current localization target.
Instance Attribute Summary collapse
-
#language_packs ⇒ Array<TD::Types::LanguagePackInfo>
List of available language packs for this application.
Method Summary
Methods inherited from Base
Instance Attribute Details
#language_packs ⇒ Array<TD::Types::LanguagePackInfo>
List of available language packs for this application.
5 6 7 |
# File 'lib/tdlib/types/localization_target_info.rb', line 5 def language_packs @language_packs end |