Sha256: 5228bfb48d60f59c18dd89fca8f51d5a79822b734163df4ab31d9ada87019529
Contents?: true
Size: 314 Bytes
Versions: 2
Compression:
Stored size: 314 Bytes
Contents
module TD::Types # Represents one language pack string. # # @attr key [TD::Types::String] String key. # @attr value [TD::Types::LanguagePackStringValue] String value. class LanguagePackString < Base attribute :key, TD::Types::String attribute :value, TD::Types::LanguagePackStringValue end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/language_pack_string.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/language_pack_string.rb |