Sha256: f90c4846ffd1f7d564c9c1681b311096e0773c23a820f35e99fd02775ae63334
Contents?: true
Size: 568 Bytes
Versions: 1
Compression:
Stored size: 568 Bytes
Contents
module TD::Types # Contains information about a language pack. # # @attr id [String] Unique language pack identifier. # @attr name [String] Language name. # @attr native_name [String] Name of the language in that language. # @attr local_string_count [Integer] Total number of non-deleted strings from the language pack available locally. class LanguagePackInfo < Base attribute :id, TD::Types::String attribute :name, TD::Types::String attribute :native_name, TD::Types::String attribute :local_string_count, TD::Types::Integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.0.0 | lib/tdlib/types/language_pack_info.rb |