Class: TD::Types::LanguagePackStrings
- Defined in:
- lib/tdlib/types/language_pack_strings.rb
Overview
Contains a list of language pack strings.
Instance Attribute Summary collapse
-
#strings ⇒ Array<TD::Types::LanguagePackString>
A list of language pack strings.
Method Summary
Methods inherited from Base
Instance Attribute Details
#strings ⇒ Array<TD::Types::LanguagePackString>
A list of language pack strings.
5 6 7 |
# File 'lib/tdlib/types/language_pack_strings.rb', line 5 def strings @strings end |