Sha256: f801205129acb6b6926614c78073aefac1be639ab9e43a4d72cf87039f6cecde
Contents?: true
Size: 330 Bytes
Versions: 6
Compression:
Stored size: 330 Bytes
Contents
module TD::Types # Contains information about the current localization target. # # @attr language_packs [Array<TD::Types::LanguagePackInfo>] List of available language packs for this application. class LocalizationTargetInfo < Base attribute :language_packs, TD::Types::Array.of(TD::Types::LanguagePackInfo) end end
Version data entries
6 entries across 6 versions & 2 rubygems