Class: TD::Types::LocalizationTargetInfo

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

Overview

Contains information about the current localization target.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#language_packsArray<TD::Types::LanguagePackInfo>

List of available language packs for this application.

Returns:



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

def language_packs
  @language_packs
end