Class: TD::Types::Update::LanguagePackStrings
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::LanguagePackStrings
- Defined in:
- lib/tdlib/types/update/language_pack_strings.rb
Overview
Some language pack strings have been updated.
Instance Attribute Summary collapse
-
#language_pack_id ⇒ String
Identifier of the updated language pack.
-
#localization_target ⇒ String
Localization target to which the language pack belongs.
-
#strings ⇒ Array<TD::Types::LanguagePackString>
List of changed language pack strings.
Method Summary
Methods inherited from Base
Instance Attribute Details
#language_pack_id ⇒ String
Identifier of the updated language pack.
7 8 9 |
# File 'lib/tdlib/types/update/language_pack_strings.rb', line 7 def language_pack_id @language_pack_id end |
#localization_target ⇒ String
Localization target to which the language pack belongs.
7 8 9 |
# File 'lib/tdlib/types/update/language_pack_strings.rb', line 7 def localization_target @localization_target end |
#strings ⇒ Array<TD::Types::LanguagePackString>
List of changed language pack strings.
7 8 9 |
# File 'lib/tdlib/types/update/language_pack_strings.rb', line 7 def strings @strings end |