Sha256: 9380996f18c68fe2e181af75e0885a22dca9b5f29247ffd4284aeb817c52632b
Contents?: true
Size: 303 Bytes
Versions: 4
Compression:
Stored size: 303 Bytes
Contents
module TD::Types # Represents one language pack string. # # @attr key [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
4 entries across 4 versions & 2 rubygems