Sha256: a9f42ec07f10aa31b9516bb281709e9d48101e9c9ef9accd030af3241929ece5
Contents?: true
Size: 277 Bytes
Versions: 7
Compression:
Stored size: 277 Bytes
Contents
module TD::Types # Contains a list of language pack strings. # # @attr strings [Array<TD::Types::LanguagePackString>] A list of language pack strings. class LanguagePackStrings < Base attribute :strings, TD::Types::Array.of(TD::Types::LanguagePackString) end end
Version data entries
7 entries across 7 versions & 2 rubygems